Compartir a través de


FrameFocusControl.Value Propiedad

Definición

Obtiene o establece el valor de foco de un marco en una secuencia de fotos variable.

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 = frameFocusControl.value;
frameFocusControl.value = iReference;
Public Property Value As Nullable(Of UInteger)

Valor de propiedad

IReference<UInt32>

Nullable<UInt32>

Windows.Foundation.IReference

IReference<uint32_t>

Valor de foco de un marco en una secuencia de fotos variable.

Se aplica a