Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

CameraCaptureUI.PhotoSettings Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets a CameraCaptureUIPhotoCaptureSettings that specifies the settings for capturing photos with CameraCaptureUI.

public:
 property CameraCaptureUIPhotoCaptureSettings ^ PhotoSettings { CameraCaptureUIPhotoCaptureSettings ^ get(); };
CameraCaptureUIPhotoCaptureSettings PhotoSettings();
public CameraCaptureUIPhotoCaptureSettings PhotoSettings { get; }
var cameraCaptureUIPhotoCaptureSettings = cameraCaptureUI.photoSettings;
Public ReadOnly Property PhotoSettings As CameraCaptureUIPhotoCaptureSettings

Property Value

The photo capture settings.

Remarks

When an instance of CameraCaptureUI is created, this property is initialized with a CameraCaptureUIPhotoCaptureSettings object with default settings.

Applies to


Feedback

Was this page helpful?