Gets/sets the opacity of the mask.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
<BrowsableAttribute(True)> _ Public Property MaskOpacity As Integer
[BrowsableAttribute(true)] public int MaskOpacity { get; set; }
This property makes sense only when mask is enabled, i.e. the MaskStyle property is not set to None.
To modify the mask color, use the MaskColor property.