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 |
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
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 |