Enum 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.
Namespace: Syncfusion.Blazor.HeatMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum BorderType
Fields
| Name | Description |
|---|---|
| Brace | Defines Brace type border. |
| Rectangle | Defines Rectangle border type. |
| WithoutBorder | Defines WithoutBorder type. |
| WithoutBottomBorder | Defines WithoutBottomBorder type. |
| WithoutTopBorder | Defines WithoutTopBorder type. |
| WithoutTopandBottomBorder | Defines WithoutTopandBottomBorder type. |