[]
        
(Showing Draft Content)

C1.Blazor.Core.C1StyleBorderStyle

C1StyleBorderStyle Enum

The border-style property sets the style of an element's four borders.

Namespace: C1.Blazor.Core
Assembly: C1.Blazor.Core.dll
Syntax
public enum C1StyleBorderStyle
Public Enum C1StyleBorderStyle

Fields

Name Description
Dashed

Specifies a dashed border.

Dotted

Specifies a dotted border.

Double

Specifies a double border.

Groove

Specifies a 3D grooved border. The effect depends on the border-color value.

Hidden

The same as "none", except in border conflict resolution for table elements.

Inset

Specifies a 3D inset border. The effect depends on the border-color value.

None

Default value. Specifies no border.

Outset

Specifies a 3D outset border. The effect depends on the border-color value.

Ridge

Specifies a 3D ridged border. The effect depends on the border-color value.

Solid

Specifies a solid border.