Class TooltipDrawingEventArgs
Class implementation for TooltipDrawingEventArgs
Inheritance
System.Object
TooltipDrawingEventArgs
Namespace: Com.Syncfusion.Treemap
Assembly: Syncfusion.SfTreeMap.Android.dll
Syntax
public class TooltipDrawingEventArgs : EventArgs
Constructors
TooltipDrawingEventArgs()
Declaration
public TooltipDrawingEventArgs()
Properties
P0
Gets or sets the point
Declaration
public PointF P0 { get; set; }
Property Value
Type |
---|
Android.Graphics.PointF |
P1
Gets or sets the canvas
Declaration
public Canvas P1 { get; set; }
Property Value
Type |
---|
Android.Graphics.Canvas |
P2
Gets or sets the data
Declaration
public object P2 { get; set; }
Property Value
Type |
---|
System.Object |