FocusSettings.Value Property

Definition

Gets or sets the focus value setting.

public:
 property IReference<unsigned int> ^ Value { IReference<unsigned int> ^ get(); void set(IReference<unsigned int> ^ value); };
IReference<uint32_t> Value();

void Value(IReference<uint32_t> value);
public System.Nullable<uint> Value { get; set; }
var iReference = focusSettings.value;
focusSettings.value = iReference;
Public Property Value As Nullable(Of UInteger)

Property Value

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

The focus value setting.

Applies to