Blazor | ComponentOne
C1.Blazor.Core Assembly / C1.Blazor.Core Namespace / C1StyleBorderStyle Enumeration

In This Topic
    C1StyleBorderStyle Enumeration
    In This Topic
    The border-style property sets the style of an element's four borders.
    Syntax
    'Declaration
     
    
    Public Enum C1StyleBorderStyle 
       Inherits System.Enum
    public enum C1StyleBorderStyle : System.Enum 
    Members
    MemberDescription
    DashedSpecifies a dashed border.
    DottedSpecifies a dotted border.
    DoubleSpecifies a double border.
    GrooveSpecifies a 3D grooved border. The effect depends on the border-color value.
    HiddenThe same as "none", except in border conflict resolution for table elements.
    InsetSpecifies a 3D inset border. The effect depends on the border-color value.
    NoneDefault value. Specifies no border.
    OutsetSpecifies a 3D outset border. The effect depends on the border-color value.
    RidgeSpecifies a 3D ridged border. The effect depends on the border-color value.
    SolidSpecifies a solid border.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Core.C1StyleBorderStyle

    See Also