[Category("Appearance")] [Description("The pen width, which is used for drawing the magnifier border.")] public double BorderPenWidth { get; set; }
[Category("Appearance")] [Description("The pen width, which is used for drawing the magnifier border.")] public: __property double get_BorderPenWidth(); public: __property void set_BorderPenWidth(
double value
);
[Category("Appearance")] [Description("The pen width, which is used for drawing the magnifier border.")] public:
property double BorderPenWidth { double get(); void set(double value); }
'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The pen width, which is used for drawing the magnifier border.")> Public Property BorderPenWidth As Double