Class TooltipDrawingEventArgs
Class implementation of tooltip drawing event args
Inheritance
System.Object
TooltipDrawingEventArgs
Namespace: Com.Syncfusion.Maps
Assembly: Syncfusion.SfMaps.Android.dll
Syntax
public class TooltipDrawingEventArgs : EventArgs
Constructors
TooltipDrawingEventArgs()
Declaration
public TooltipDrawingEventArgs()
Properties
P0
Gets or sets the value for P0
Declaration
public PointF P0 { get; set; }
Property Value
Type |
---|
Android.Graphics.PointF |
P1
Gets or sets the value for P1
Declaration
public Canvas P1 { get; set; }
Property Value
Type |
---|
Android.Graphics.Canvas |
P2
Gets or sets the value P2
Declaration
public object P2 { get; set; }
Property Value
Type |
---|
System.Object |