Class TreeMapFontBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeMapFontBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapFontBuilder : ControlBuilder
Constructors
TreeMapFontBuilder()
Declaration
public TreeMapFontBuilder()
TreeMapFontBuilder(TreeMapFont)
Declaration
public TreeMapFontBuilder(TreeMapFont model)
Parameters
Methods
Color(String)
Sets and gets the color for the text in the treemap.
Declaration
public TreeMapFontBuilder Color(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontFamily(String)
Sets and gets the font family for the text in the treemap.
Declaration
public TreeMapFontBuilder FontFamily(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontStyle(String)
Sets and gets the font style for the text in the treemap.
Declaration
public TreeMapFontBuilder FontStyle(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
FontWeight(String)
Sets and gets the font weight for the text in the treemap.
Declaration
public TreeMapFontBuilder FontWeight(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Opacity(Double)
Sets and gets the opacity of the text in the treemap.
Declaration
public TreeMapFontBuilder Opacity(double value)
Parameters
Type |
Name |
Description |
System.Double |
value |
|
Returns
Size(String)
Sets and gets the size for the text in the treemap.
Declaration
public TreeMapFontBuilder Size(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns