Class DrawEventArgs
Inheritance
System.Object
DrawEventArgs
Namespace: Com.Telerik.Android.Primitives.Widget.Tooltip.Contracts
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public class DrawEventArgs : EventArgs
Constructors
DrawEventArgs(Canvas)
Declaration
public DrawEventArgs(Canvas p0)
Parameters
Android.Graphics.Canvas
p0
|
Properties
P0
Declaration
public Canvas P0 { get; }
Property Value
Android.Graphics.Canvas
|