Leadtools.Controls Namespace > ImageViewerSelectItemsInteractiveMode Object : Shape Property |
get_shape();
set_shape(value);
Object.defineProperty('shape');
Type | Description |
---|---|
ImageViewerRubberBandShape | The shape to use with this rubber band mode. Default value is ImageViewerRubberBandShape.Rectangle. |
This mode does not support ImageViewerRubberBandShape.Freehand, trying to set this shape will throw an exception.
You cannot change the shape if the mode is already working. Doing so will throw an exception.