PictureEditOptionsMask Properties
Contains settings that enable masked mode and allow you to customize the masked mode behavior.| Name | Description |
|---|---|
| CustomMask | Gets or sets a custom mask, applied to the target image in PictureEditMaskType.Custom mode. |
| Margin | Gets or sets the outer margin of the mask. |
| MaskLayoutMode | Gets or sets how a mask is aligned relative to the target image. |
| MaskType | Gets or sets which mask type is applied. |
| Offset | Gets or sets the offset of the mask relative to the image. |
| RectCornerRadius | Gets or sets the radius of rounded corners for the RoundedRect mask type (see PictureEditOptionsMask.MaskType). |
| Size | Gets or sets a custom size for the mask. |
See Also