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 MapsAnnotation

    Show / Hide Table of Contents

    Class MapsAnnotation

    Inheritance
    System.Object
    TagHelper
    EJTagHelper
    MapsAnnotation
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsComplex
    EJTagHelper.IsCollection
    EJTagHelper.ParentPropertyName
    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 MapsAnnotation : EJTagHelper

    Constructors

    MapsAnnotation()

    Declaration
    public MapsAnnotation()

    Properties

    Content

    Sets and gets the content for the annotation in maps component.

    Declaration
    [HtmlAttributeName("content")]
    public string Content { get; set; }
    Property Value
    Type Description
    System.String

    HorizontalAlignment

    Sets and gets the annotation element to be aligned horizontally.

    Declaration
    [HtmlAttributeName("horizontalAlignment")]
    public AnnotationAlignment HorizontalAlignment { get; set; }
    Property Value
    Type Description
    AnnotationAlignment

    IsChild

    Declaration
    protected override bool IsChild { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsChild

    VerticalAlignment

    Sets and gets the annotation element to be aligned vertically.

    Declaration
    [HtmlAttributeName("verticalAlignment")]
    public AnnotationAlignment VerticalAlignment { get; set; }
    Property Value
    Type Description
    AnnotationAlignment

    X

    Sets and gets the x position of the annotation in maps component.

    Declaration
    [HtmlAttributeName("x")]
    public string X { get; set; }
    Property Value
    Type Description
    System.String

    Y

    Sets and gets the y position of the annotation in maps component.

    Declaration
    [HtmlAttributeName("y")]
    public string Y { get; set; }
    Property Value
    Type Description
    System.String

    ZIndex

    Sets and gets the z-index of the annotation in maps component.

    Declaration
    [HtmlAttributeName("zIndex")]
    public string ZIndex { get; set; }
    Property Value
    Type Description
    System.String
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved