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

RectangleRubberband.GripColor Property

Gets/sets the color of grips.

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

Syntax

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

Property Value

The color of grips.

Remarks

In fact the grips are displayed with the gradient from white to the specified color.

See Also

Reference