ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsSubTitleSettingsBuilder - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class MapsSubTitleSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    MapsSubTitleSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Maps
    Assembly: Syncfusion.EJ2.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)

    Sets and gets the alignment of the subtitle for maps.

    Declaration
    public MapsSubTitleSettingsBuilder Alignment(Alignment value)
    Parameters
    Type Name Description
    Alignment value
    Returns
    Type Description
    MapsSubTitleSettingsBuilder

    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
    Type Description
    MapsSubTitleSettingsBuilder

    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
    Type Description
    MapsSubTitleSettingsBuilder

    TextStyle(MapsFont)

    Sets and gets the options for customizing the text in the subtitle for maps.

    Declaration
    public MapsSubTitleSettingsBuilder TextStyle(MapsFont value)
    Parameters
    Type Name Description
    MapsFont value
    Returns
    Type Description
    MapsSubTitleSettingsBuilder

    TextStyle(Action<MapsFontBuilder>)

    Declaration
    public MapsSubTitleSettingsBuilder TextStyle(Action<MapsFontBuilder> textStyle)
    Parameters
    Type Name Description
    System.Action<MapsFontBuilder> textStyle
    Returns
    Type Description
    MapsSubTitleSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved