boundingBoxHandleSymbol

The symbol used to draw control handles for interactive scaling when a scalable element is selected in the GeometryEditor and InteractionConfiguration.allowScalingSelectedElement is true. When the GeometryEditor.selectedElement is scalable, this symbol displays control handles to allow interactive scaling (resizing) of the element. The handles are drawn upon the bounding box (see GeometryEditorStyle.boundingBoxSymbol). If the selected element cannot be scaled (see GeometryEditorElement.canScale) then this symbol is ignored and no handles are drawn.

The default symbol is a white square SimpleMarkerSymbol with a black outline. Use either a MarkerSymbol or an appropriate advanced symbol if setting this property.

Since

200.2.0

See also