Class TreeMapCommonTitleSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
TreeMapCommonTitleSettingsBuilder
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.EJ2.TreeMap
Assembly: Syncfusion.AspNetMvc.TreeMap.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 |
|---|
| 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 |
|---|
| TreeMapCommonTitleSettingsBuilder |