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