Xceed Grid for WinForms v4.3 Documentation
Xceed.Editors.v2.6 Assembly / Xceed.Editors Namespace / EnhancedBorderStyle Enumeration


    EnhancedBorderStyle Enumeration
    Value indicating the border style of the control.
    Syntax
    'Declaration
     
    Public Enum EnhancedBorderStyle 
       Inherits System.Enum
     
    'Usage
     
    Dim instance As EnhancedBorderStyle
    Members
    MemberDescription
    Fixed3DA system-drawn 3D border.
    FixedSingleA system-drawn single-line border.
    NoneNo border.
    UIStyleThe border will be drawn according to the Xceed.UI.IThemed.UIStyle used by the control.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Xceed.Editors.EnhancedBorderStyle

    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