menu

ASP.NET Core - EJ2

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

    Show / Hide Table of Contents

    Class MapsTooltipSettings

    Inheritance
    System.Object
    EJTagHelper
    MapsTooltipSettings
    BubbleSettingsTooltipSettingsBubbleSettings
    LayerSettingsTooltipSettingsLayers
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    Namespace: Syncfusion.EJ2.Maps
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class MapsTooltipSettings : EJTagHelper

    Constructors

    MapsTooltipSettings()

    Declaration
    public MapsTooltipSettings()

    Properties

    Border

    Gets or sets the options for customizing the style properties of the border of the tooltip in layers, markers, and bubbles of maps.

    Declaration
    public MapsBorder Border { get; set; }
    Property Value
    Type Description
    MapsBorder

    The default value is null

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    Fill

    Gets or sets the color of the tooltip in layers, markers, and bubbles of maps.

    Declaration
    public string Fill { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    Format

    Gets or sets the format of the tooltip in layers, markers, and bubbles of maps.

    Declaration
    public string Format { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Template

    Gets or sets the tooltip template of layers, markers, and bubbles in maps to display custom elements as tooltip.

    Declaration
    public string Template { get; set; }
    Property Value
    Type Description
    System.String

    The default value is ""

    TextStyle

    Gets or sets the options for customizing the style of the text in tooltip for layers, markers, and bubbles of maps.

    Declaration
    public MapsFont TextStyle { get; set; }
    Property Value
    Type Description
    MapsFont

    The default value is null

    ValuePath

    Gets or sets the field name from the data source based on which the tooltip is visible on layers, markers, and bubbles of maps. For the layer tooltip, the field name from the GeoJSON data can also be set.

    Declaration
    public string ValuePath { get; set; }
    Property Value
    Type Description
    System.String

    The default value is null

    Visible

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

    Declaration
    public bool Visible { get; set; }
    Property Value
    Type Description
    System.Boolean

    The default value is false

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved