menu

WinForms

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

    Show / Hide Table of Contents

    Class TooltipDrawingEventArgs

    Class which represent the tooltip drawing event arguments.

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

    Constructors

    TooltipDrawingEventArgs()

    Declaration
    public TooltipDrawingEventArgs()

    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

    ShapeData

    Gets or sets the shape data of the map.

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

    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