Class Annotation
Class which represent annotation.
Inheritance
System.Object
Annotation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Syncfusion.Windows.Forms.Maps
Assembly: Syncfusion.Maps.Windows.dll
Syntax
public class Annotation
Constructors
Annotation()
Initializes a new instance of the Annotation class.
Declaration
public Annotation()
Properties
AnnotationFont
Gets or sets the font style of annotation.
Declaration
public Font AnnotationFont { get; set; }
Property Value
Type |
---|
System.Drawing.Font |
AnnotationLabel
Gets or sets the display label for annotation.
Declaration
public string AnnotationLabel { get; set; }
Property Value
Type |
---|
System.String |
AnnotationShape
Gets or sets the shape to be displayed on the annotation.
Declaration
public AnnotationShapes AnnotationShape { get; set; }
Property Value
Type |
---|
AnnotationShapes |
AnnotationStroke
Gets or sets the stroke color of annotation.
Declaration
public Brush AnnotationStroke { get; set; }
Property Value
Type |
---|
System.Drawing.Brush |
Latitude
Gets or sets the latitude coordinate of the annotation.
Declaration
public double Latitude { get; set; }
Property Value
Type |
---|
System.Double |
Longitude
Gets or sets the longitude coordinate of the annotation.
Declaration
public double Longitude { get; set; }
Property Value
Type |
---|
System.Double |