Class DrawerLocation
Inheritance
System.Object
DrawerLocation
Namespace: Com.Telerik.Android.Primitives.Widget.Sidedrawer
Assembly: Telerik.Xamarin.Android.Primitives.dll
Syntax
public sealed class DrawerLocation : Enum
Properties
Bottom
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Left
Right
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Top
Methods
ValueOf(String)
Declaration
public static DrawerLocation ValueOf(string name)
Parameters
System.String
name
|
Returns
DrawerLocation
|