Class SwipeActionsBehavior.SwipeDockMode
Inheritance
System.Object
SwipeActionsBehavior.SwipeDockMode
Namespace: Com.Telerik.Widget.List
Assembly: Telerik.Xamarin.Android.List.dll
Syntax
public sealed class SwipeDockMode : Enum
Properties
DockAtLimit
Declaration
public static SwipeActionsBehavior.SwipeDockMode DockAtLimit { get; }
Property Value
SwipeActionsBehavior.SwipeDockMode
|
DockAtThreshold
Declaration
public static SwipeActionsBehavior.SwipeDockMode DockAtThreshold { get; }
Property Value
SwipeActionsBehavior.SwipeDockMode
|
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
|
Methods
ValueOf(String)
Declaration
public static SwipeActionsBehavior.SwipeDockMode ValueOf(string name)
Parameters
System.String
name
|
Returns
SwipeActionsBehavior.SwipeDockMode
|
Values()
Declaration
public static SwipeActionsBehavior.SwipeDockMode[] Values()
Returns
SwipeActionsBehavior.SwipeDockMode[]
|