menu

WinForms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AnnotationDrawingEventArgs - WindowsForms API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved