Class MapsTitleSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsTitleSettingsBuilder
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 MapsTitleSettingsBuilder : ControlBuilder
Constructors
MapsTitleSettingsBuilder()
Declaration
public MapsTitleSettingsBuilder()
MapsTitleSettingsBuilder(MapsTitleSettings)
Declaration
public MapsTitleSettingsBuilder(MapsTitleSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| MapsTitleSettings | model |
Methods
Alignment(Alignment)
Gets or sets the alignment of the title of the maps.
Declaration
public MapsTitleSettingsBuilder Alignment(Alignment value)
Parameters
| Type | Name | Description |
|---|---|---|
| Alignment | value |
Returns
| Type |
|---|
| MapsTitleSettingsBuilder |
Description(String)
Gets or sets the description of the title in maps for assistive technology.
Declaration
public MapsTitleSettingsBuilder Description(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| MapsTitleSettingsBuilder |
SubtitleSettings(MapsSubTitleSettings)
Gets or sets the options to customize the subtitle of the maps.
Declaration
public MapsTitleSettingsBuilder SubtitleSettings(MapsSubTitleSettings value)
Parameters
| Type | Name | Description |
|---|---|---|
| MapsSubTitleSettings | value |
Returns
| Type |
|---|
| MapsTitleSettingsBuilder |
SubtitleSettings(Action<MapsSubTitleSettingsBuilder>)
Declaration
public MapsTitleSettingsBuilder SubtitleSettings(Action<MapsSubTitleSettingsBuilder> subtitleSettings)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<MapsSubTitleSettingsBuilder> | subtitleSettings |
Returns
| Type |
|---|
| MapsTitleSettingsBuilder |
Text(String)
Gets or sets the text for the title in maps.
Declaration
public MapsTitleSettingsBuilder Text(string value)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | value |
Returns
| Type |
|---|
| MapsTitleSettingsBuilder |
TextStyle(MapsFont)
Gets or sets the options for customizing the text of the title in maps.
Declaration
public MapsTitleSettingsBuilder TextStyle(MapsFont value)
Parameters
| Type | Name | Description |
|---|---|---|
| MapsFont | value |
Returns
| Type |
|---|
| MapsTitleSettingsBuilder |
TextStyle(Action<MapsFontBuilder>)
Declaration
public MapsTitleSettingsBuilder TextStyle(Action<MapsFontBuilder> textStyle)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<MapsFontBuilder> | textStyle |
Returns
| Type |
|---|
| MapsTitleSettingsBuilder |