Class TreeMapSelectionSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
TreeMapSelectionSettings
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapSelectionSettings : EJTagHelper
Constructors
TreeMapSelectionSettings()
Declaration
public TreeMapSelectionSettings()
Properties
Border
Sets and gets the options to customize the border of the selected items 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 selection functionality in the treemap.
Declaration
public bool Enable { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The default value is false |
Fill
Sets and gets the color of the selection when the leaf item is selected in the treemap.
Declaration
public string Fill { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Mode
Sets and gets the type of the elements in which selection must be done in the treemap.
Declaration
public SelectionMode Mode { get; set; }
Property Value
Type | Description |
---|---|
SelectionMode | The default value is SelectionMode.Item |
Opacity
Sets and gets the opacity of the selection when the leaf item is selected in the treemap.
Declaration
public string Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "0.5" |