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

RectangleRubberband.MaskColor Property

Gets/sets the color of mask.

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

Syntax

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

Property Value

The value which specifies the color of mask.

See Also

Reference