menu

ASP.NET Core - EJ2

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsZoomToolbarTooltipSettingsBuilder - API Reference

    Show / Hide Table of Contents

    Class MapsZoomToolbarTooltipSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    MapsZoomToolbarTooltipSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    Namespace: Syncfusion.EJ2.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsZoomToolbarTooltipSettingsBuilder : ControlBuilder

    Constructors

    MapsZoomToolbarTooltipSettingsBuilder()

    Declaration
    public MapsZoomToolbarTooltipSettingsBuilder()

    MapsZoomToolbarTooltipSettingsBuilder(MapsZoomToolbarTooltipSettings)

    Declaration
    public MapsZoomToolbarTooltipSettingsBuilder(MapsZoomToolbarTooltipSettings model)
    Parameters
    Type Name Description
    MapsZoomToolbarTooltipSettings model

    Methods

    BorderColor(String)

    Gets or sets the color of the border of the tooltip of the zoom toolbar.

    Declaration
    public MapsZoomToolbarTooltipSettingsBuilder BorderColor(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    MapsZoomToolbarTooltipSettingsBuilder

    BorderOpacity(Double)

    Gets or sets the opacity of the border of the tooltip of the zoom toolbar.

    Declaration
    public MapsZoomToolbarTooltipSettingsBuilder BorderOpacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    MapsZoomToolbarTooltipSettingsBuilder

    BorderWidth(Double)

    Gets or sets the width of the border of the tooltip of the zoom toolbar.

    Declaration
    public MapsZoomToolbarTooltipSettingsBuilder BorderWidth(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    MapsZoomToolbarTooltipSettingsBuilder

    Fill(String)

    Gets or sets the background color of the tooltip of the zoom toolbar.

    Declaration
    public MapsZoomToolbarTooltipSettingsBuilder Fill(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    MapsZoomToolbarTooltipSettingsBuilder

    FontColor(String)

    Gets or sets the color of the text in the tooltip of the zoom toolbar.

    Declaration
    public MapsZoomToolbarTooltipSettingsBuilder FontColor(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    MapsZoomToolbarTooltipSettingsBuilder

    FontFamily(String)

    Gets or sets the font family of the text in the tooltip of the zoom toolbar.

    Declaration
    public MapsZoomToolbarTooltipSettingsBuilder FontFamily(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    MapsZoomToolbarTooltipSettingsBuilder

    FontOpacity(Double)

    Gets or sets the font opacity of the text in the tooltip of the zoom toolbar.

    Declaration
    public MapsZoomToolbarTooltipSettingsBuilder FontOpacity(double value)
    Parameters
    Type Name Description
    System.Double value
    Returns
    Type Description
    MapsZoomToolbarTooltipSettingsBuilder

    FontSize(String)

    Gets or sets the size of the text in the tooltip of the zoom toolbar.

    Declaration
    public MapsZoomToolbarTooltipSettingsBuilder FontSize(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    MapsZoomToolbarTooltipSettingsBuilder

    FontStyle(String)

    Gets or sets the font style of the text in the tooltip of the zoom toolbar.

    Declaration
    public MapsZoomToolbarTooltipSettingsBuilder FontStyle(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    MapsZoomToolbarTooltipSettingsBuilder

    FontWeight(String)

    Gets or sets the font weight of the text in the tooltip of the zoom toolbar.

    Declaration
    public MapsZoomToolbarTooltipSettingsBuilder FontWeight(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    MapsZoomToolbarTooltipSettingsBuilder

    Visible(Boolean)

    Enables or disables the tooltip of the zoom toolbar.

    Declaration
    public MapsZoomToolbarTooltipSettingsBuilder Visible(bool value)
    Parameters
    Type Name Description
    System.Boolean value
    Returns
    Type Description
    MapsZoomToolbarTooltipSettingsBuilder
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved