PictureEditOptionsMask.MaskType Property
Gets or sets which mask type is applied.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DefaultValue(PictureEditMaskType.None)]
public PictureEditMaskType MaskType { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Picture |
None | A value that specifies the mask type applied to the image. |
Available values:
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. |
#Property Paths
You can access this nested property as listed below:
Object Type | Path to Mask |
---|---|
Repository |
|
#Remarks
The MaskType property allows you to enable the Circle or RoundedRect predefined mask type, or use a custom mask. This property can be set to the following values.
- PictureEditMaskType.Circle -
A circle mask.
- PictureEditMaskType.RoundedRect -
A rounded rectangle mask.
Use the PictureEditOptionsMask.RectCornerRadius property to specify the radius of rounded corners.
- PictureEditMaskType.Custom -
Enables the use of a custom mask, assigned to the PictureEditOptionsMask.CustomMask property.