Class TreeMapHighlightSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
TreeMapHighlightSettings
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapHighlightSettings : EJTagHelper
Constructors
TreeMapHighlightSettings()
Declaration
public TreeMapHighlightSettings()
Properties
Border
Sets and gets the options for customizing the color and width of the border of the highlighted item in the treemap.
Declaration
public TreeMapBorder Border { get; set; }
Property Value
Type | Description |
---|---|
TreeMapBorder | The default value is null |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Enable
Enables or disables the highlight functionality of the treemap.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Fill
Sets and gets the highlight color of the treemap.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "#808080" |
Mode
Sets and gets the element in which highlight must be done in the treemap.
Declaration
public HighLightMode Mode { get; set; }
Property Value
Type | Description |
---|---|
HighLightMode | The default value is HighLightMode.Item |
Opacity
Sets and gets the opacity of the treemap.
Declaration
public string Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "0.5" |