FocusControl.Value Property

Definition

Gets the current value that the focus is set to.

public:
 property unsigned int Value { unsigned int get(); };
uint32_t Value();
public uint Value { get; }
var uInt32 = focusControl.value;
Public ReadOnly Property Value As UInteger

Property Value

UInt32

unsigned int

uint32_t

The value that the focus is set to. The minimum and maximum values for the focus are specified by Min and Max.

Remarks

To set a focus value, call SetValueAsync specifying a value between the Min and Max focus values.

Applies to

See also