CameraCaptureUIPhotoCaptureSettings.Format 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 or sets a value from the CameraCaptureUIPhotoFormat enumeration that specifies the file format of the captured photo.
public:
property CameraCaptureUIPhotoFormat Format { CameraCaptureUIPhotoFormat get(); void set(CameraCaptureUIPhotoFormat value); };
CameraCaptureUIPhotoFormat Format();
void Format(CameraCaptureUIPhotoFormat value);
public CameraCaptureUIPhotoFormat Format { get; set; }
var cameraCaptureUIPhotoFormat = cameraCaptureUIPhotoCaptureSettings.format;
cameraCaptureUIPhotoCaptureSettings.format = cameraCaptureUIPhotoFormat;
Public Property Format As CameraCaptureUIPhotoFormat
Property Value
The file format of the captured photo.