Intersoft ClientUI Documentation
BorderThickness Property (ExpandableGroupBox)



Syntax
<EditorBrowsableAttribute()>
Public Overrides Property BorderThickness As Thickness
Dim instance As ExpandableGroupBox
Dim value As Thickness
 
instance.BorderThickness = value
 
value = instance.BorderThickness
[EditorBrowsableAttribute()]
public override Thickness BorderThickness {get; set;}
[EditorBrowsableAttribute()]
public:
property Thickness BorderThickness {
   Thickness get() override;
   void set (    Thickness value) override;
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ExpandableGroupBox Class
ExpandableGroupBox Members

Send Feedback