Class TreeMapFont
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
TreeMapFont
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapFont : EJTagHelper
Constructors
TreeMapFont()
Declaration
public TreeMapFont()
Properties
Color
Sets and gets the color for the text in the treemap.
Declaration
public string Color { get; set; }
Property Value
Type | Description |
---|---|
System.String | 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> |
FontFamily
Sets and gets the font family for the text in the treemap.
Declaration
public string FontFamily { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
FontStyle
Sets and gets the font style for the text in the treemap.
Declaration
public string FontStyle { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "Normal" |
FontWeight
Sets and gets the font weight for the text in the treemap.
Declaration
public string FontWeight { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |
Opacity
Sets and gets the opacity of the text in the treemap.
Declaration
public double Opacity { get; set; }
Property Value
Type | Description |
---|---|
System.Double | The default value is 1 |
Size
Sets and gets the size for the text in the treemap.
Declaration
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |