Show / Hide Table of Contents

Property BoundingBoxHandleSymbol

BoundingBoxHandleSymbol

Gets or sets the symbol used to draw control handles for interactive scaling when a scalable element is selected in the GeometryEditor and AllowScalingSelectedElement is true.

Declaration
public Symbol BoundingBoxHandleSymbol { get; set; }
Property Value
Type Description
Symbol

The symbol used to draw control handles for interactive scaling when a scalable element is selected in the GeometryEditor and AllowScalingSelectedElement is true.

Remarks

When the 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 BoundingBoxSymbol). If the selected element cannot be scaled (see 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.

See Also
AllowScalingSelectedElement
ScaleSelectedElement(Double, Double, MapPoint)

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.8
.NET200.3 - 200.8
.NET Windows200.3 - 200.8
.NET Android200.3 - 200.8
.NET iOS200.3 - 200.8
.NET Framework200.3 - 200.8
UWP200.3 - 200.8
In This Article
Back to top Copyright © 2022 Esri.