Class MapsSubTitleSettingsBuilder
Inheritance
System.Object
Syncfusion.EJ2.ControlBuilder
MapsSubTitleSettingsBuilder
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 MapsSubTitleSettingsBuilder : ControlBuilder
Constructors
MapsSubTitleSettingsBuilder()
Declaration
public MapsSubTitleSettingsBuilder()
MapsSubTitleSettingsBuilder(MapsSubTitleSettings)
Declaration
public MapsSubTitleSettingsBuilder(MapsSubTitleSettings model)
Parameters
| Type | Name | Description |
|---|---|---|
| MapsSubTitleSettings | model |
Methods
Alignment(Alignment)
Gets or sets the alignment of the subtitle of the maps.
Declaration
public MapsSubTitleSettingsBuilder Alignment(Alignment value)
Parameters
| Type | Name | Description |
|---|---|---|
| Alignment | value |
Returns
| Type |
|---|
| MapsSubTitleSettingsBuilder |
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
| Type |
|---|
| MapsSubTitleSettingsBuilder |
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
| Type |
|---|
| MapsSubTitleSettingsBuilder |
TextStyle(MapsFont)
Gets or sets the options for customizing the text in the subtitle of the maps.
Declaration
public MapsSubTitleSettingsBuilder TextStyle(MapsFont value)
Parameters
| Type | Name | Description |
|---|---|---|
| MapsFont | value |
Returns
| Type |
|---|
| MapsSubTitleSettingsBuilder |
TextStyle(Action<MapsFontBuilder>)
Declaration
public MapsSubTitleSettingsBuilder TextStyle(Action<MapsFontBuilder> textStyle)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Action<MapsFontBuilder> | textStyle |
Returns
| Type |
|---|
| MapsSubTitleSettingsBuilder |