'Declaration <DescriptionAttribute("The border width.")> <DefaultValueAttribute(null)> <CategoryAttribute("BorderStyle")> Public Property BorderWidth As Single
[Description("The border width.")] [DefaultValue(null)] [Category("BorderStyle")] public float BorderWidth { get; set; }
[Description("The border width.")] [DefaultValue(null)] [Category("BorderStyle")] public: __property float get_BorderWidth(); public: __property void set_BorderWidth(
float value
);
[Description("The border width.")] [DefaultValue(null)] [Category("BorderStyle")] public:
property float BorderWidth { float get(); void set(float value); }