Xceed SmartUI for WinForms v3.6 Documentation
Borders Enumeration


Xceed.SmartUI.UIStyle.v3.6 Assembly > Xceed.SmartUI.UIStyle Namespace : Borders Enumeration
Value representing the borders of the SmartControl.
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum Borders 
   Inherits System.Enum
'Usage
 
Dim instance As Borders
[Flags()]
public enum Borders : System.Enum 
Members
MemberDescription
AllThe SmartControl has a border on all sides.
BottomThe SmartControl only has a bottom border.
LeftThe SmartControl only has a left border.
NoneThe SmartControl does not have borders.
RightThe SmartControl only has a right border.
TopThe SmartControl only has a top border.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.SmartUI.UIStyle.Borders

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

Xceed.SmartUI.UIStyle Namespace