Class TreeMapSubTitleSettings
Inheritance
System.Object
Syncfusion.EJ2.EJTagHelper
TreeMapSubTitleSettings
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.EJ2.dll
Syntax
public class TreeMapSubTitleSettings : EJTagHelper
Constructors
TreeMapSubTitleSettings()
Declaration
public TreeMapSubTitleSettings()
Properties
Alignment
Sets and gets the alignment of the subtitle text in the treemap.
Declaration
public Alignment Alignment { get; set; }
Property Value
Type | Description |
---|---|
Alignment | The default value is Syncfusion.EJ2.TreeMap.Alignment.Center |
ContentTemplate
To get or set value for ContentTemplate.
Declaration
public MvcTemplate<object> ContentTemplate { get; set; }
Property Value
Type |
---|
Syncfusion.EJ2.MvcTemplate<System.Object> |
Description
Define the description of the title for the accessibility in the treemap.
Declaration
public string Description { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
Text
Sets and gets the text for the title in the treemap.
Declaration
public string Text { get; set; }
Property Value
Type | Description |
---|---|
System.String | The default value is "" |
TextStyle
Sets and gets the options to customize the text style for the subtitle in the treemap.
Declaration
public TreeMapFont TextStyle { get; set; }
Property Value
Type | Description |
---|---|
TreeMapFont | The default value is null |