Compartir a través de


HighDynamicRangeControl.Enabled Propiedad

Definición

Obtiene o establece un valor que especifica si el análisis de rango dinámico alto (HDR) está habilitado para SceneAnalysisEffect.

public:
 property bool Enabled { bool get(); void set(bool value); };
bool Enabled();

void Enabled(bool value);
public bool Enabled { get; set; }
var boolean = highDynamicRangeControl.enabled;
highDynamicRangeControl.enabled = boolean;
Public Property Enabled As Boolean

Valor de propiedad

Boolean

bool

True si el análisis HDR está habilitado; de lo contrario, false.

Se aplica a