menu

WinForms

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

    Show / Hide Table of Contents

    Class MapItemDrawingEventArgs

    Class which represents the map item drawing event arguments.

    Inheritance
    System.Object
    MapItemDrawingEventArgs
    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 MapItemDrawingEventArgs

    Constructors

    MapItemDrawingEventArgs()

    Declaration
    public MapItemDrawingEventArgs()

    Properties

    Data

    Gets or sets the data object of the map.

    Declaration
    public object Data { get; set; }
    Property Value
    Type
    System.Object

    Graphics

    Gets or sets the graphics.

    Declaration
    public Graphics Graphics { get; set; }
    Property Value
    Type
    System.Drawing.Graphics

    Handled

    Gets or sets the handle event 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 value.

    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