HighDynamicRangeControl.Enabled Property

Definition

Gets or sets a value that specifies whether High Dynamic Range (HDR) analysis is enabled for the 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

Property Value

Boolean

bool

True if HDR analysis is enabled; otherwise, false.

Applies to