Click or drag to resize

RubberBandResizable Property

Gets or sets a value that indicating whether the selection can resize 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 Resizable { get; set; }

Property Value

Type: Boolean

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

See Also