Class MapsAnnotation
Inherited Members
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
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 |