Class TreeMapBorderBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeMapBorderBuilder
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapBorderBuilder : ControlBuilder
Constructors
TreeMapBorderBuilder()
Declaration
public TreeMapBorderBuilder()
TreeMapBorderBuilder(TreeMapBorder)
Declaration
public TreeMapBorderBuilder(TreeMapBorder model)
Parameters
| Type | Name | Description |
|---|---|---|
| TreeMapBorder | model |
Methods
Color(String)
Sets and gets the color of the border. This property accepts the value in hex code and rgba string as a valid CSS color string.
Declaration
public TreeMapBorderBuilder Color(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| TreeMapBorderBuilder |
Width(Double)
Defines the width of the border in the treemap.
Declaration
public TreeMapBorderBuilder Width(double value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | value |
Returns
| Type |
|---|
| TreeMapBorderBuilder |