Class PointerLayout
Inheritance
System.Object
PointerLayout
Namespace: Com.Telerik.Android.Primitives.Widget.Tooltip.Containers
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public class PointerLayout : FrameLayout
Constructors
PointerLayout(Context, IAttributeSet)
Declaration
public PointerLayout(Context context, IAttributeSet attrs)
Parameters
Android.Content.Context
context
|
Android.Util.IAttributeSet
attrs
|
PointerLayout(IntPtr, JniHandleOwnership)
Declaration
protected PointerLayout(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
AlignPointerVertically
Declaration
public virtual bool AlignPointerVertically { get; set; }
Property Value
System.Boolean
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
PointerColor
Declaration
public virtual int PointerColor { get; set; }
Property Value
System.Int32
|
PointerSize
Declaration
public virtual int PointerSize { get; set; }
Property Value
System.Int32
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
TooltipMargin
Declaration
public virtual int TooltipMargin { get; set; }
Property Value
System.Int32
|
Methods
UpdateContainerLocation(Point)
Declaration
public virtual void UpdateContainerLocation(Point location)
Parameters
Android.Graphics.Point
location
|
UpdateTargetLocation(Point)
Declaration
public virtual void UpdateTargetLocation(Point targetLocation)
Parameters
Android.Graphics.Point
targetLocation
|