Class MapsCommonTitleSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsCommonTitleSettingsBuilder
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.Maps
Assembly: Syncfusion.AspNetMvc.Maps.dll
Syntax
public class MapsCommonTitleSettingsBuilder : ControlBuilder
Constructors
MapsCommonTitleSettingsBuilder()
Declaration
public MapsCommonTitleSettingsBuilder()
MapsCommonTitleSettingsBuilder(MapsCommonTitleSettings)
Declaration
public MapsCommonTitleSettingsBuilder(MapsCommonTitleSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| MapsCommonTitleSettings | model |
Methods
Description(String)
Gets or sets the description of the title in maps for assistive technology.
Declaration
public MapsCommonTitleSettingsBuilder Description(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| MapsCommonTitleSettingsBuilder |
Text(String)
Gets or sets the text for the title in maps.
Declaration
public MapsCommonTitleSettingsBuilder Text(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| MapsCommonTitleSettingsBuilder |