You’re viewing documentation for an outdated product. The Graphics Mill Web Controls library has been removed from Graphics Mill and is now part of the Customers Canvas product line, where it is available as a set of APIs for Design Atoms and as Design Editor.

BaseViewer.Rubberband Property

Gets/sets the rubberband control ID (i.e. value stored in the attribute id of the tag that inserts the control).

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

Syntax

C#
public string Rubberband { get; set; }

Property Value

The value which contains an ID of the rubberband control you need to attach.

Remarks

Only the RectangleRubberband control is available.

See Also

Reference