CameraCaptureUIVideoCaptureSettings.MaxResolution 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 CameraCaptureUIMaxVideoResolution enumeration that specifies the maximum resolution the user will be able to select in the camera capture UI for video capture.
public:
property CameraCaptureUIMaxVideoResolution MaxResolution { CameraCaptureUIMaxVideoResolution get(); void set(CameraCaptureUIMaxVideoResolution value); };
CameraCaptureUIMaxVideoResolution MaxResolution();
void MaxResolution(CameraCaptureUIMaxVideoResolution value);
public CameraCaptureUIMaxVideoResolution MaxResolution { get; set; }
var cameraCaptureUIMaxVideoResolution = cameraCaptureUIVideoCaptureSettings.maxResolution;
cameraCaptureUIVideoCaptureSettings.maxResolution = cameraCaptureUIMaxVideoResolution;
Public Property MaxResolution As CameraCaptureUIMaxVideoResolution
Property Value
The maximum resolution for video capture.