Class HighLightMode
Specifies the element which must be highlighted when mouse over is performed in treemap.
Inheritance
System.Object
HighLightMode
Namespace: Syncfusion.Blazor.TreeMap
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class HighLightMode : Enum
Fields
All
Highlights all the related nodes when the mouse over is done on the treemap item.
Declaration
public const HighLightMode All
Field Value
Type |
---|
HighLightMode |
Child
Highlights the treemap item and the child level when the mouse over is done on the treemap item.
Declaration
public const HighLightMode Child
Field Value
Type |
---|
HighLightMode |
Item
Highlights the treemap item when the mouse over is done on the treemap item.
Declaration
public const HighLightMode Item
Field Value
Type |
---|
HighLightMode |
Parent
Highlights the treemap item and parent level when the mouse over is done on the treemap item.
Declaration
public const HighLightMode Parent
Field Value
Type |
---|
HighLightMode |