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.
Provides settings for capturing photos. The settings include aspect ratio, image size, format, resolution, and whether or not cropping is allowed by the user interface (UI).
public:
property CameraCaptureUIPhotoCaptureSettings ^ PhotoSettings { CameraCaptureUIPhotoCaptureSettings ^ get(); };
CameraCaptureUIPhotoCaptureSettings PhotoSettings();
public CameraCaptureUIPhotoCaptureSettings PhotoSettings { get; }
var cameraCaptureUIPhotoCaptureSettings = cameraCaptureUI.photoSettings;
Public ReadOnly Property PhotoSettings As CameraCaptureUIPhotoCaptureSettings
Property Value
An object containing settings for capturing photos.
Windows requirements
App capabilities |
microphone
webcam
|
Remarks
For information on the available photo capture settings, see CameraCaptureUIPhotoCaptureSettings.