Show / Hide Table of Contents

Class UM_WheelPickerResult

Object that contains a result of picked value from wheel picker using the UM_WheelPickerDialog

Inheritance
System.Object
UM_WheelPickerResult
Namespace: SA.CrossPlatform.UI
Assembly: cs.temp.dll.dll
Syntax
public class UM_WheelPickerResult : SA_Result

Properties

State

Picker state, see UM_WheelPickerState for more info.

Declaration
public UM_WheelPickerState State { get; }
Property Value
Type Description
UM_WheelPickerState

Value

User picker value.

Declaration
public string Value { get; }
Property Value
Type Description
System.String
In This Article
Back to top Generated by DocFX