'Declaration <DescriptionAttribute("The border width for a panel.")> <CategoryAttribute("Common Panel Appearance")> <DefaultValueAttribute(2)> Public Property PanelBorderWidth As System.Int32
[Description("The border width for a panel.")] [Category("Common Panel Appearance")] [DefaultValue(2)] public System.Int32 PanelBorderWidth { get; set; }
[Description("The border width for a panel.")] [Category("Common Panel Appearance")] [DefaultValue(2)] public: __property System.Int32 get_PanelBorderWidth(); public: __property void set_PanelBorderWidth(
System.Int32 value
);
[Description("The border width for a panel.")] [Category("Common Panel Appearance")] [DefaultValue(2)] public:
property System.Int32 PanelBorderWidth { System.Int32 get(); void set(System.Int32 value); }