Class AN_WheelPickerResult
Object that contains a result of picking a element from wheel using the AN_WheelPickerDialog
Inheritance
System.Object
AN_WheelPickerResult
Namespace: SA.Android.App
Assembly: cs.temp.dll.dll
Syntax
public class AN_WheelPickerResult : SA_Result
Properties
State
Picker state, see AN_WheelPickerState for more info.
Declaration
public AN_WheelPickerState State { get; }
Property Value
Type | Description |
---|---|
AN_WheelPickerState |
Value
The value that was picked by user.
Declaration
public string Value { get; }
Property Value
Type | Description |
---|---|
System.String |