Enum Alignment
Specifies the alignment of the elements in the treemap.
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum Alignment
Fields
| Name | Description |
|---|---|
| Center | Defines the alignment is at center of the treemap with respect the treemap leaf position. |
| Far | Defines the alignment is far from the treemap with respect the treemap leaf position. |
| Near | Defines the alignment is near the treemap with respect to the treemap leaf position. |