WinForms

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

    Show / Hide Table of Contents

    Class TooltipDrawingEventArgs

    Inheritance
    System.Object
    TooltipDrawingEventArgs
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.TreeMap
    Assembly: Syncfusion.TreeMap.Windows.dll
    Syntax
    public class TooltipDrawingEventArgs

    Constructors

    TooltipDrawingEventArgs()

    Declaration
    public TooltipDrawingEventArgs()

    Properties

    Data

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

    Graphics

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

    Handled

    Declaration
    public bool Handled { get; set; }
    Property Value
    Type Description
    System.Boolean

    X

    Declaration
    public double X { get; set; }
    Property Value
    Type Description
    System.Double

    Y

    Declaration
    public double Y { get; set; }
    Property Value
    Type Description
    System.Double
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved