Gets/sets the color of the mask.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
<BrowsableAttribute(True)> _ Public Property MaskColor As Color
[BrowsableAttribute(true)] public Color MaskColor { 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 opacity, use the MaskOpacity property.