Class MapsCommonTitleSettingsBuilder
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.Maps
Assembly: Syncfusion.EJ2.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)
Sets and gets the description of the title in maps.
Declaration
public MapsCommonTitleSettingsBuilder Description(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
MapsCommonTitleSettingsBuilder |
Text(String)
Sets and gets the text for the title in maps.
Declaration
public MapsCommonTitleSettingsBuilder Text(string value)
Parameters
Type | Name | Description |
---|---|---|
System.String | value |
Returns
Type | Description |
---|---|
MapsCommonTitleSettingsBuilder |