Class PerspectiveChangeInfo
Inheritance
System.Object
PerspectiveChangeInfo
Namespace: Com.Telerik.Widget.List
Assembly: Telerik.Xamarin.Android.List.dll
Syntax
public class PerspectiveChangeInfo : Object
Constructors
PerspectiveChangeInfo(DeckOfCardsLayoutManager)
Declaration
public PerspectiveChangeInfo(DeckOfCardsLayoutManager owner)
Parameters
DeckOfCardsLayoutManager
owner
|
PerspectiveChangeInfo(IntPtr, JniHandleOwnership)
Declaration
protected PerspectiveChangeInfo(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Fields
DefaultAlpha
Declaration
public const float DefaultAlpha = 1F
Field Value
System.Single
|
DefaultDuration
Declaration
public const long DefaultDuration = 300L
Field Value
System.Int64
|
DefaultElevation
Declaration
public const int DefaultElevation = -1
Field Value
System.Int32
|
DefaultTranslation
Declaration
public const float DefaultTranslation = -1F
Field Value
System.Single
|
Properties
Alpha
Declaration
public virtual float Alpha { get; set; }
Property Value
System.Single
|
AnimationDuration
Declaration
public virtual long AnimationDuration { get; set; }
Property Value
System.Int64
|
Elevation
Declaration
public virtual int Elevation { get; set; }
Property Value
System.Int32
|
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
|
TranslateBottom
Declaration
public virtual float TranslateBottom { get; set; }
Property Value
System.Single
|
TranslateEnd
Declaration
public virtual float TranslateEnd { get; set; }
Property Value
System.Single
|
TranslateStart
Declaration
public virtual float TranslateStart { get; set; }
Property Value
System.Single
|
TranslateTop
Declaration
public virtual float TranslateTop { get; set; }
Property Value
System.Single
|