Class TreeMapSelectionSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeMapSelectionSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapSelectionSettingsBuilder : ControlBuilder
Constructors
TreeMapSelectionSettingsBuilder()
Declaration
public TreeMapSelectionSettingsBuilder()
TreeMapSelectionSettingsBuilder(TreeMapSelectionSettings)
Declaration
public TreeMapSelectionSettingsBuilder(TreeMapSelectionSettings model)
Parameters
Methods
Border(TreeMapBorder)
Sets and gets the options to customize the border of the selected items in the treemap.
Declaration
public TreeMapSelectionSettingsBuilder Border(TreeMapBorder value)
Parameters
Returns
Border(Action<TreeMapBorderBuilder>)
Declaration
public TreeMapSelectionSettingsBuilder Border(Action<TreeMapBorderBuilder> border)
Parameters
Returns
Enable(Boolean)
Enables or disables the selection functionality in the treemap.
Declaration
public TreeMapSelectionSettingsBuilder Enable(bool value)
Parameters
Type |
Name |
Description |
System.Boolean |
value |
|
Returns
Fill(String)
Sets and gets the color of the selection when the leaf item is selected in the treemap.
Declaration
public TreeMapSelectionSettingsBuilder Fill(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Mode(SelectionMode)
Sets and gets the type of the elements in which selection must be done in the treemap.
Declaration
public TreeMapSelectionSettingsBuilder Mode(SelectionMode value)
Parameters
Returns
Opacity(String)
Sets and gets the opacity of the selection when the leaf item is selected in the treemap.
Declaration
public TreeMapSelectionSettingsBuilder Opacity(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns