Class MapsSubTitleSettingsBuilder
Inheritance
System.Object
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)
Sets and gets the alignment of the subtitle for maps.
Declaration
public MapsSubTitleSettingsBuilder Alignment(Alignment value)
Parameters
Returns
Description(String)
Sets and gets the description of the title in maps.
Declaration
public MapsSubTitleSettingsBuilder Description(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
Text(String)
Sets and gets the text for the title in maps.
Declaration
public MapsSubTitleSettingsBuilder Text(string value)
Parameters
Type |
Name |
Description |
System.String |
value |
|
Returns
TextStyle(MapsFont)
Sets and gets the options for customizing the text in the subtitle for maps.
Declaration
public MapsSubTitleSettingsBuilder TextStyle(MapsFont value)
Parameters
Returns
TextStyle(Action<MapsFontBuilder>)
Declaration
public MapsSubTitleSettingsBuilder TextStyle(Action<MapsFontBuilder> textStyle)
Parameters
Returns