AdvancedPhotoCaptureSettings AdvancedPhotoCaptureSettings AdvancedPhotoCaptureSettings AdvancedPhotoCaptureSettings Class

Definition

Represents settings for an AdvancedPhotoControl object.

public : sealed class AdvancedPhotoCaptureSettings : IAdvancedPhotoCaptureSettingspublic sealed class AdvancedPhotoCaptureSettings : IAdvancedPhotoCaptureSettingsPublic NotInheritable Class AdvancedPhotoCaptureSettings Implements IAdvancedPhotoCaptureSettings// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Use this class to configure an instance of the AdvancedPhotoControl class by passing it into the AdvancedPhotoControl.Configure method.

For how-to guidance on using AdvancedPhotoCapture, see High dynamic range (HDR) and low-light photo capture.

Constructors

AdvancedPhotoCaptureSettings() AdvancedPhotoCaptureSettings() AdvancedPhotoCaptureSettings() AdvancedPhotoCaptureSettings()

Initializes a new instance of the AdvancedPhotoCaptureSettings class.

public : AdvancedPhotoCaptureSettings()public AdvancedPhotoCaptureSettings()Public Sub New()// You can use this method in JavaScript.

Properties

Mode Mode Mode Mode

Gets or sets the advanced capture mode for which an AdvancedPhotoControl will be configured.

public : AdvancedPhotoMode Mode { get; set; }public AdvancedPhotoMode Mode { get; set; }Public ReadWrite Property Mode As AdvancedPhotoMode// You can use this property in JavaScript.
Value
AdvancedPhotoMode AdvancedPhotoMode AdvancedPhotoMode AdvancedPhotoMode

The advanced capture mode for which an AdvancedPhotoControl will be configured.

See Also