Back to Devexpress

TakePictureDialogShowingEventArgs.ManualResolution Property

windowsforms-devexpress-dot-xtraeditors-dot-camera-dot-takepicturedialogshowingeventargs-2c137b18.md

latest1.6 KB
Original Source

TakePictureDialogShowingEventArgs.ManualResolution Property

Gets or sets a camera resolution that is applied when the TakePictureDialogShowingEventArgs.ResolutionMode property is set to Manual.

Namespace : DevExpress.XtraEditors.Camera

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Size ManualResolution { get; set; }
vb
Public Property ManualResolution As Size

Property Value

TypeDescription
Size

A custom camera resolution.

|

Remarks

For a list of resolutions supported by a specific camera device, see CameraDeviceBase.GetAvailableResolutions.

See Also

TakePictureDialogShowingEventArgs Class

TakePictureDialogShowingEventArgs Members

DevExpress.XtraEditors.Camera Namespace