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

RepositoryItemPictureEdit.OptionsMask Property

Provides access to settings that enable masked mode and allow you to customize the masked mode behavior.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Appearance")]
public PictureEditOptionsMask OptionsMask { get; }

#Property Value

Type Description
PictureEditOptionsMask

An object whose settings allows you to enable masked mode and customize the masked mode behavior.

#Remarks

The masked mode can be used to clip out a part of the image. Use the PictureEditOptionsMask.MaskType property to enable the Circle or RoundedRect predefined mask type, or apply a custom mask.

Settings provided by the OptionsMask object allow you to customize the mask layouting behavior and mask bounds, based on your requirements.

See Also