Class DeckOfCardsLayoutManager
Inherited Members
Namespace: Com.Telerik.Widget.List
Assembly: Telerik.Xamarin.Android.List.dll
Syntax
public class DeckOfCardsLayoutManager : SlideLayoutManagerBase
Constructors
DeckOfCardsLayoutManager(Context)
Declaration
public DeckOfCardsLayoutManager(Context context)
Parameters
Android.Content.Context
context
|
DeckOfCardsLayoutManager(Context, Int32, Boolean)
Declaration
public DeckOfCardsLayoutManager(Context context, int orientation, bool reverseLayout)
Parameters
Android.Content.Context
context
|
System.Int32
orientation
|
System.Boolean
reverseLayout
|
DeckOfCardsLayoutManager(IntPtr, JniHandleOwnership)
Declaration
protected DeckOfCardsLayoutManager(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Fields
Horizontal
Declaration
public const int Horizontal = 0
Field Value
System.Int32
|
Vertical
Declaration
public const int Vertical = 1
Field Value
System.Int32
|
Properties
AutoDissolveFrontView
Declaration
public virtual bool AutoDissolveFrontView { get; set; }
Property Value
System.Boolean
|
JniPeerMembers
Declaration
public override JniPeerMembers JniPeerMembers { get; }
Property Value
Java.Interop.JniPeerMembers
|
Overrides
PerspectiveItemsCount
Declaration
public virtual int PerspectiveItemsCount { get; set; }
Property Value
System.Int32
|
ThresholdClass
Declaration
protected override IntPtr ThresholdClass { get; }
Property Value
System.IntPtr
|
Overrides
ThresholdType
Declaration
protected override Type ThresholdType { get; }
Property Value
System.Type
|
Overrides
Methods
ComputeScrollVectorForPosition(Int32)
Declaration
public virtual PointF ComputeScrollVectorForPosition(int targetPosition)
Parameters
System.Int32
targetPosition
|
Returns
Android.Graphics.PointF
|