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

RectangleRubberband.GripsVisible Property

Gets/sets a value which shows or hides the grips on the rectangle.

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

Syntax

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

Property Value

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

Remarks

When grips are shown, user can resize the rectangle by dragging them. When grips are hidden, user can resize the rectangle by dragging any point of the rectangle border.

Number of the grips depends on the rubberband ResizeMode:

  • When the arbitrary resize is enabled (ResizeMode = Arbitrary), eight grips are displayed: four for each rectangle corner, and four for each rectangle edge (in the center at the edge).
  • When the resize with only fixed proportions is enabled (ResizeMode = Proportional), there are four grips for each rectangle corner is available.
  • When the resize is disabled (ResizeMode = None), no grips are displayed regardless to the GripsVisible value.

See Also

Reference