Class TooltipDrawingEventArgs
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.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 |
---|
System.Object |
Graphics
Declaration
public Graphics Graphics { get; set; }
Property Value
Type |
---|
System.Drawing.Graphics |
Handled
Declaration
public bool Handled { get; set; }
Property Value
Type |
---|
System.Boolean |
X
Declaration
public double X { get; set; }
Property Value
Type |
---|
System.Double |
Y
Declaration
public double Y { get; set; }
Property Value
Type |
---|
System.Double |