Partager via


HighDynamicRangeControl.Enabled Propriété

Définition

Obtient ou définit une valeur qui spécifie si l’analyse HDR (High Dynamic Range) est activée pour l’objet 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

Valeur de propriété

Boolean

bool

True si l’analyse HDR est activée ; sinon, false.

S’applique à