Class AnnotationDrawingEventArgs
Class which represent the annotation drawing event arguments.
Inheritance
System.Object
AnnotationDrawingEventArgs
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 AnnotationDrawingEventArgs
Constructors
AnnotationDrawingEventArgs()
Declaration
public AnnotationDrawingEventArgs()
Properties
Annotation
Gets or sets the annotation data of the map.
Declaration
public Annotation Annotation { get; set; }
Property Value
Type |
---|
Annotation |
Graphics
Gets or sets the graphics of the map.
Declaration
public Graphics Graphics { get; set; }
Property Value
Type |
---|
System.Drawing.Graphics |
Handled
Gets or sets the event handled value.
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
X
Gets or sets the x position value.
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
Y
Gets or sets the y position values.
Declaration
public double Y { get; set; }
Property Value
Type |
---|
System.Double |