PictureEditMaskType Enum
Enumerates mask types for the PictureEdit control.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Members
Name | Description |
---|---|
Circle
|
A circle mask. |
Rounded
|
A rounded rectangle mask. Use the Picture |
Custom
|
Enables the use of a custom mask, assigned to the Picture |
None
|
No mask is applied. |
#Related API Members
The following properties accept/return PictureEditMaskType values:
#Remarks
Use the PictureEditOptionsMask.MaskType property to set the mask type for the PictureEdit control.