Back to Devexpress

PictureEditMaskType Enum

windowsforms-devexpress-dot-xtraeditors-dot-controls-95cb0a4e.md

latest2.1 KB
Original Source

PictureEditMaskType Enum

Enumerates mask types for the PictureEdit control.

Namespace : DevExpress.XtraEditors.Controls

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum PictureEditMaskType
vb
Public Enum PictureEditMaskType

Members

NameDescription
Circle

A circle mask.

| | RoundedRect |

A rounded rectangle mask.

Use the PictureEditOptionsMask.RectCornerRadius property to specify the radius of rounded corners.

| | Custom |

Enables the use of a custom mask, assigned to the PictureEditOptionsMask.CustomMask property.

| | None |

No mask is applied.

|

The following properties accept/return PictureEditMaskType values:

Remarks

Use the PictureEditOptionsMask.MaskType property to set the mask type for the PictureEdit control.

See Also

MaskType

DevExpress.XtraEditors.Controls Namespace