This documentation is for the old version. Go to the latest Graphics Mill docs

RectangleRubberband.MaskOpacity Property

Gets/sets the opacity of the mask.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Property MaskOpacity As Integer
C#
[BrowsableAttribute(true)]
public int MaskOpacity { get; set; }

Property Value

The opacity of the mask.

Remarks

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.

See Also

Reference