menu

ASP.NET MVC - EJ2

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

    Show / Hide Table of Contents

    Class MapsSubTitleSettingsBuilder

    Inheritance
    System.Object
    Syncfusion.EJ2.ControlBuilder
    MapsSubTitleSettingsBuilder
    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)

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved