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

Visual Basic (Declaration)
<TypeConverterAttribute(GetType())> _
<DefaultValueAttribute("")> _
<BrowsableAttribute(True)> _
Public Property Rubberband As String
C#
[TypeConverterAttribute(typeof(RubberbandConverter))]
[DefaultValueAttribute("")]
[BrowsableAttribute(true)]
public string Rubberband { get; set; }
Visual C++
[TypeConverterAttribute(typeof())]
[DefaultValueAttribute(L"")]
[BrowsableAttribute(true)]
public:
property String^ Rubberband {
	String^ get ();
	void set (String^ value);
}

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