Class BorderType
Defines border type for multi-level labels
- Rectangle:Defines Rectangle border type.
- Without Top Border:Defines WithoutTopBorder type.
- Without Top/Bottom Border:Defines WithoutTopandBottomBorder type.
- Without Border: Defines WithoutBorder type.
- Without Bottom Border:Defines WithoutBottomBorder type.
- Brace:Defines Brace type border.
Inheritance
System.Object
BorderType
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class BorderType : Enum
Fields
Brace
Defines Brace type border.
Declaration
public const BorderType Brace
Field Value
Type |
---|
BorderType |
Rectangle
Defines Rectangle border type.
Declaration
public const BorderType Rectangle
Field Value
Type |
---|
BorderType |
WithoutBorder
Defines WithoutBorder type.
Declaration
public const BorderType WithoutBorder
Field Value
Type |
---|
BorderType |
WithoutBottomBorder
Defines WithoutBottomBorder type.
Declaration
public const BorderType WithoutBottomBorder
Field Value
Type |
---|
BorderType |
WithoutTopandBottomBorder
Defines WithoutTopandBottomBorder type.
Declaration
public const BorderType WithoutTopandBottomBorder
Field Value
Type |
---|
BorderType |
WithoutTopBorder
Defines WithoutTopBorder type.
Declaration
public const BorderType WithoutTopBorder
Field Value
Type |
---|
BorderType |