Class TreeMapFont
Inheritance
System.Object
TreeMapFont
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 TreeMapFont : EJTagHelper
Constructors
TreeMapFont()
Declaration
public TreeMapFont()
Properties
Color
Sets and gets the color for the text in the treemap.
Declaration
[HtmlAttributeName("color")]
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 | Description |
---|---|
MvcTemplate<System.Object> |
FontFamily
Sets and gets the font family for the text in the treemap.
Declaration
[HtmlAttributeName("fontFamily")]
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
[HtmlAttributeName("fontStyle")]
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
[HtmlAttributeName("fontWeight")]
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
[HtmlAttributeName("opacity")]
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
[HtmlAttributeName("size")]
public string Size { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is null |