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

RectangleRubberband.MaskColor Property

Gets/sets the color of the mask.

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

Syntax

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

Property Value

The color 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 opacity, use the MaskOpacity property.

See Also

Reference