'Declaration <FlagsAttribute()> Public Enum Borders Inherits System.Enum
'Usage Dim instance As Borders
[Flags()] public enum Borders : System.Enum
'Declaration <FlagsAttribute()> Public Enum Borders Inherits System.Enum
'Usage Dim instance As Borders
[Flags()] public enum Borders : System.Enum
Member | Description |
---|---|
All | The SmartControl has a border on all sides. |
Bottom | The SmartControl only has a bottom border. |
Left | The SmartControl only has a left border. |
None | The SmartControl does not have borders. |
Right | The SmartControl only has a right border. |
Top | The SmartControl only has a top border. |
System.Object
System.ValueType
System.Enum
Xceed.SmartUI.UIStyle.Borders
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