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 |
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
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.3 - 200.5 |
.NET | 200.3 - 200.5 |
.NET Windows | 200.3 - 200.5 |
.NET Android | 200.3 - 200.5 |
.NET iOS | 200.3 - 200.5 |
.NET Framework | 200.3 - 200.5 |
UWP | 200.3 - 200.5 |