KnownPerceptionInfraredFrameSourceProperties.AutoExposureEnabled Property

Definition

Gets a string key used to retrieve a Boolean property indicating whether or not auto exposure is enabled.

public:
 static property Platform::String ^ AutoExposureEnabled { Platform::String ^ get(); };
static winrt::hstring AutoExposureEnabled();
/// [get: Windows.Foundation.Metadata.Deprecated("KnownPerceptionInfraredFrameSourceProperties.AutoExposureEnabled may be unavailable after Windows Creator Update.  Use Windows.Media.Devices.ExposureControl.Auto instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")]
static winrt::hstring AutoExposureEnabled();
public static string AutoExposureEnabled { get; }
public static string AutoExposureEnabled { [Windows.Foundation.Metadata.Deprecated("KnownPerceptionInfraredFrameSourceProperties.AutoExposureEnabled may be unavailable after Windows Creator Update.  Use Windows.Media.Devices.ExposureControl.Auto instead.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 262144, "Windows.Foundation.UniversalApiContract")] get; }
var string = KnownPerceptionInfraredFrameSourceProperties.autoExposureEnabled;
Public Shared ReadOnly Property AutoExposureEnabled As String

Property Value

String

Platform::String

winrt::hstring

Indicates whether or not auto exposure is enabled. This property is a Boolean value.

Attributes

Applies to