Class TreeMapCommonTitleSettingsBuilder
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 TreeMapCommonTitleSettingsBuilder : ControlBuilder
Constructors
TreeMapCommonTitleSettingsBuilder()
Declaration
public TreeMapCommonTitleSettingsBuilder()
TreeMapCommonTitleSettingsBuilder(TreeMapCommonTitleSettings)
Declaration
public TreeMapCommonTitleSettingsBuilder(TreeMapCommonTitleSettings model)
Parameters
Type | Name | Description |
---|---|---|
TreeMapCommonTitleSettings | model |
Methods
Description(String)
Define the description of the title for the accessibility in the treemap.
Declaration
public TreeMapCommonTitleSettingsBuilder Description(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
TreeMapCommonTitleSettingsBuilder |
Text(String)
Sets and gets the text for the title in the treemap.
Declaration
public TreeMapCommonTitleSettingsBuilder Text(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
TreeMapCommonTitleSettingsBuilder |