Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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

public enum PictureEditMaskType

#Members

Name Description
Circle

A circle mask.

PictureEdit-Mask-Circle.png

RoundedRect

A rounded rectangle mask.

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

PictureEdit-Mask-RoundedRect.png

Custom

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

PictureEdit-Mask-Custom.png

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.

See Also