Gets/sets a value which shows or hides the grips on the rectangle.
Namespace:
GraphicsMill
Assembly:
Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)
function get_gripsVisible();
function set_gripsVisible(value);
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:
This property corresponds to RectangleRubberband.GripsVisible server-side member.