Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / BorderStyleEnum Enumeration

In This Topic
    BorderStyleEnum Enumeration
    In This Topic
    Use members of this enumeration to set the value of the Style property of the C1Border class.
    Syntax
    'Declaration
     
    
    Public Enum BorderStyleEnum 
       Inherits System.Enum
    public enum BorderStyleEnum : System.Enum 
    Members
    MemberDescription
    FlatFlat border at dark color.
    GrooveGrooved border.
    InsetInset border.
    NoneNo border.
    OutsetOutset border.
    RidgeRidged border.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.Command.BorderStyleEnum

    See Also