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; }
Public Property Resizable As Boolean
Get
Set
Property Value
Type:
Booleantrue if the RubberBand is resizeable; otherwise, false. The default is
true.
See Also