Class NumberPickerInstanceState
Inheritance
System.Object
NumberPickerInstanceState
Namespace: Com.Telerik.Widget.Numberpicker
Assembly: Telerik.Xamarin.Android.Input.dll
Syntax
public class NumberPickerInstanceState : View.BaseSavedState
Constructors
NumberPickerInstanceState(IParcelable)
Declaration
public NumberPickerInstanceState(IParcelable superState)
Parameters
Android.OS.IParcelable
superState
|
NumberPickerInstanceState(IParcelable, RadNumberPicker)
Declaration
public NumberPickerInstanceState(IParcelable superState, RadNumberPicker picker)
Parameters
Android.OS.IParcelable
superState
|
RadNumberPicker
picker
|
NumberPickerInstanceState(Parcel)
Declaration
public NumberPickerInstanceState(Parcel superState)
Parameters
Android.OS.Parcel
superState
|
NumberPickerInstanceState(IntPtr, JniHandleOwnership)
Declaration
protected NumberPickerInstanceState(IntPtr javaReference, JniHandleOwnership transfer)
Parameters
System.IntPtr
javaReference
|
Android.Runtime.JniHandleOwnership
transfer
|
Properties
Creator
Declaration
public static IParcelableCreator Creator { get; }
Property Value
Android.OS.IParcelableCreator
|
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
|
Value
Declaration
public double Value { get; set; }
Property Value
System.Double
|