Class TreeMapFontBuilder
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapFontBuilder : ControlBuilder
Constructors
TreeMapFontBuilder()
Declaration
public TreeMapFontBuilder()
TreeMapFontBuilder(TreeMapFont)
Declaration
public TreeMapFontBuilder(TreeMapFont model)
Parameters
Type | Name | Description |
---|---|---|
TreeMapFont | model |
Methods
Color(String)
Sets and gets the color for the text in the treemap component.
Declaration
public TreeMapFontBuilder Color(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
TreeMapFontBuilder |
FontFamily(String)
Sets and gets the font family for the text in the treemap component.
Declaration
public TreeMapFontBuilder FontFamily(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
TreeMapFontBuilder |
FontStyle(String)
Sets and gets the font style for the text in the treemap component.
Declaration
public TreeMapFontBuilder FontStyle(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
TreeMapFontBuilder |
FontWeight(String)
Sets and gets the font weight for the text in the treemap component.
Declaration
public TreeMapFontBuilder FontWeight(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
TreeMapFontBuilder |
Opacity(Double)
Sets and gets the opacity of the text in the treemap component.
Declaration
public TreeMapFontBuilder Opacity(double value)
Parameters
Type | Name | Description |
---|---|---|
System.Double | value |
Returns
Type | Description |
---|---|
TreeMapFontBuilder |
Size(String)
Sets and gets the size for the text in the treemap component.
Declaration
public TreeMapFontBuilder Size(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
TreeMapFontBuilder |