Class BorderType
Specifies the border type.
Inheritance
System.Object
BorderType
Namespace: Syncfusion.Blazor.DocumentEditor
Assembly: Syncfusion.Blazor.DocumentEditor.dll
Syntax
public sealed class BorderType : Enum
Fields
AllBorders
All borders.
Declaration
public const BorderType AllBorders
Field Value
Type |
---|
BorderType |
BottomBorder
A bottom border.
Declaration
public const BorderType BottomBorder
Field Value
Type |
---|
BorderType |
InsideBorders
Inside borders.
Declaration
public const BorderType InsideBorders
Field Value
Type |
---|
BorderType |
InsideHorizontalBorder
Inside horizontal border.
Declaration
public const BorderType InsideHorizontalBorder
Field Value
Type |
---|
BorderType |
InsideVerticalBorder
Inside vertical border.
Declaration
public const BorderType InsideVerticalBorder
Field Value
Type |
---|
BorderType |
LeftBorder
A left border.
Declaration
public const BorderType LeftBorder
Field Value
Type |
---|
BorderType |
NoBorder
No border.
Declaration
public const BorderType NoBorder
Field Value
Type |
---|
BorderType |
OutsideBorders
Outside borders.
Declaration
public const BorderType OutsideBorders
Field Value
Type |
---|
BorderType |
RightBorder
A right border.
Declaration
public const BorderType RightBorder
Field Value
Type |
---|
BorderType |
TopBorder
A top border.
Declaration
public const BorderType TopBorder
Field Value
Type |
---|
BorderType |