Show / Hide Table of Contents

Property BoundingBoxSymbol

BoundingBoxSymbol

Gets or sets the symbol used to draw a bounding box when a movable, rotatable, or scalable element is selected in the GeometryEditor and AllowScalingSelectedElement is true.

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

The symbol used to draw a bounding box when a movable, rotatable, or scalable element is selected in the GeometryEditor and AllowScalingSelectedElement is true.

Remarks

When the SelectedElement is movable, rotatable, or scalable, this symbol displays its minimum bounding box. If the selected element cannot be moved (CanMove), rotated (CanRotate), or scaled (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 BoundingBoxHandleSymbol).

The default value is a dashed black SimpleLineSymbol. Use either a LineSymbol, a FillSymbol, 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.