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