Class MapsAnnotation
Inheritance
System.Object
MapsAnnotation
Assembly: Syncfusion.EJ2.dll
Syntax
public class MapsAnnotation : EJTagHelper
Constructors
MapsAnnotation()
Declaration
Properties
Content
Sets and gets the content for the annotation in maps component.
Declaration
public string Content { get; set; }
Property Value
Type |
Description |
System.String |
|
HorizontalAlignment
Sets and gets the annotation element to be aligned horizontally.
Declaration
public AnnotationAlignment HorizontalAlignment { get; set; }
Property Value
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
public AnnotationAlignment VerticalAlignment { get; set; }
Property Value
X
Sets and gets the x position of the annotation in maps component.
Declaration
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
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
public string ZIndex { get; set; }
Property Value
Type |
Description |
System.String |
|