Enum HighLightMode
Specifies the element which must be highlighted when mouse over is performed in treemap.
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public enum HighLightMode
Fields
| Name | Description |
|---|---|
| All | Highlights all the related nodes when the mouse over is done on the treemap item. |
| Child | Highlights the treemap item and the child level when the mouse over is done on the treemap item. |
| Item | Highlights the treemap item when the mouse over is done on the treemap item. |
| Parent | Highlights the treemap item and parent level when the mouse over is done on the treemap item. |