Skip to main content
A newer version of this page is available. .

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.v19.2.dll

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