Class MapsTitleSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsTitleSettingsBuilder
Namespace: Syncfusion.EJ2.Maps
Assembly: Syncfusion.EJ2.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
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
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
SubtitleSettings(Action<MapsSubTitleSettingsBuilder>)
Declaration
public MapsTitleSettingsBuilder SubtitleSettings(Action<MapsSubTitleSettingsBuilder> subtitleSettings)
Parameters
Type | Name | Description |
---|---|---|
System.Action<MapsSubTitleSettingsBuilder> | subtitleSettings |
Returns
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
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
TextStyle(Action<MapsFontBuilder>)
Declaration
public MapsTitleSettingsBuilder TextStyle(Action<MapsFontBuilder> textStyle)
Parameters
Type | Name | Description |
---|---|---|
System.Action<MapsFontBuilder> | textStyle |