TakePictureDialogShowingEventArgs Properties
Provides data for the PictureEdit.TakePictureDialogShowing, RepositoryItemPictureEdit.TakePictureDialogShowing and TakePictureDialog.Showing events.| Name | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs. |
| Device | Gets or sets the camera device. |
| Form | Gets the form that encapsulates the dialog. |
| ManualResolution | Gets or sets a camera resolution that is applied when the TakePictureDialogShowingEventArgs.ResolutionMode property is set to Manual. |
| ResolutionMode | Gets or sets the camera resolution mode. |
See Also