Class MapsSubTitleSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsSubTitleSettingsBuilder
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsSubTitleSettingsBuilder : ControlBuilder
Constructors
MapsSubTitleSettingsBuilder()
Declaration
public MapsSubTitleSettingsBuilder()
MapsSubTitleSettingsBuilder(MapsSubTitleSettings)
Declaration
public MapsSubTitleSettingsBuilder(MapsSubTitleSettings model)
Parameters
Methods
Alignment(Alignment)
Gets or sets the alignment of the subtitle of the maps.
Declaration
public MapsSubTitleSettingsBuilder Alignment(Alignment value)
Parameters
Returns
Description(String)
Gets or sets the description of the title in maps for assistive technology.
Declaration
public MapsSubTitleSettingsBuilder Description(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Text(String)
Gets or sets the text for the title in maps.
Declaration
public MapsSubTitleSettingsBuilder Text(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
TextStyle(MapsFont)
Gets or sets the options for customizing the text in the subtitle of the maps.
Declaration
public MapsSubTitleSettingsBuilder TextStyle(MapsFont value)
Parameters
Returns
TextStyle(Action<MapsFontBuilder>)
Declaration
public MapsSubTitleSettingsBuilder TextStyle(Action<MapsFontBuilder> textStyle)
Parameters
Returns