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

RectangleRubberband.MaskVisible Property

Gets/sets a value which specifies whether to display a mask out of the rectangle.

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

Syntax

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

Property Value

The value which is true when mask should be displayed; otherwise, false.

See Also

Reference