boundingBoxSymbol

The symbol used to draw a bounding box when a movable, rotatable, or scalable element is selected in the GeometryEditor and InteractionConfiguration.allowScalingSelectedElement is true. When the GeometryEditor.selectedElement is movable, rotatable, or scalable, this symbol displays its minimum bounding box. If the selected element cannot be moved (GeometryEditorElement.canMove), rotated (GeometryEditorElement.canRotate), or scaled (GeometryEditorElement.canScale) then this symbol is ignored and no box is drawn.

Control handles for interactively scaling the element are drawn upon the bounding box (see GeometryEditorStyle.boundingBoxHandleSymbol).

The default value is a dashed black SimpleLineSymbol. Use either a LineSymbol, a FillSymbol, or an appropriate advanced symbol if setting this property.

Since

200.2.0

See also