ASP.NET MVC - EJ2

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class MapsTooltipSettingsBuilder

    Show / Hide Table of Contents

    Class MapsTooltipSettingsBuilder

    Inheritance
    System.Object
    ControlBuilder
    MapsTooltipSettingsBuilder
    Inherited Members
    ControlBuilder.Output
    ControlBuilder.Context
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.EJ2.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsTooltipSettingsBuilder : ControlBuilder

    Constructors

    MapsTooltipSettingsBuilder()

    Declaration
    public MapsTooltipSettingsBuilder()

    MapsTooltipSettingsBuilder(MapsTooltipSettings)

    Declaration
    public MapsTooltipSettingsBuilder(MapsTooltipSettings model)
    Parameters
    Type Name Description
    MapsTooltipSettings model

    Methods

    Border(MapsBorder)

    Sets and gets the options for customizing the color and width of the border of the tooltip in layers, markers, and bubbles of maps.

    Declaration
    public MapsTooltipSettingsBuilder Border(MapsBorder value)
    Parameters
    Type Name Description
    MapsBorder value
    Returns
    Type Description
    MapsTooltipSettingsBuilder

    Border(Action<MapsBorderBuilder>)

    Declaration
    public MapsTooltipSettingsBuilder Border(Action<MapsBorderBuilder> border)
    Parameters
    Type Name Description
    System.Action<MapsBorderBuilder> border
    Returns
    Type Description
    MapsTooltipSettingsBuilder

    Fill(String)

    Sets and gets the color of the tooltip in layers, markers, and bubbles of maps.

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

    Format(String)

    Sets and gets the format of the tooltip in layers, markers, and bubbles of maps.

    Declaration
    public MapsTooltipSettingsBuilder Format(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    MapsTooltipSettingsBuilder

    Template(String)

    Sets and gets the tooltip template for layers, markers, and bubbles in maps.

    Declaration
    public MapsTooltipSettingsBuilder Template(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    MapsTooltipSettingsBuilder

    TextStyle(MapsFont)

    Sets and gets the options for customizing the style of the text in tooltip for layers, markers, and bubbles of maps.

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

    TextStyle(Action<MapsFontBuilder>)

    Declaration
    public MapsTooltipSettingsBuilder TextStyle(Action<MapsFontBuilder> textStyle)
    Parameters
    Type Name Description
    System.Action<MapsFontBuilder> textStyle
    Returns
    Type Description
    MapsTooltipSettingsBuilder

    ValuePath(String)

    Sets and gets the value from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps.

    Declaration
    public MapsTooltipSettingsBuilder ValuePath(string value)
    Parameters
    Type Name Description
    System.String value
    Returns
    Type Description
    MapsTooltipSettingsBuilder

    Visible(Boolean)

    Enables or disables the tooltip visibility for layers, markers, and bubbles in maps.

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