Click or drag to resize

RubberBandMovable Property

Gets or sets a value that indicates whether the selection can be moved after it is drawn.

Namespace:  Atalasoft.Imaging.WebControls
Assembly:  Atalasoft.dotImage.WebControls (in Atalasoft.dotImage.WebControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public bool Movable { get; set; }

Property Value

Type: Boolean

true if the RubberBand is movable; otherwise, false. The default is true.

Remarks
If this property is set to false, the RubberBand will not be movable after it has been created.
See Also