Property RotateHandleSymbol
RotateHandleSymbol
Gets or sets the symbol used to draw a control handle for interactive rotation of the selected element, when a rotatable
element is selected in the GeometryEditor and AllowRotatingSelectedElement
is true
.
Declaration
public Symbol RotateHandleSymbol { get; set; }
Property Value
Type | Description |
---|---|
Symbol | The symbol used to draw a control handle for interactive rotation of the selected element, when a rotatable
element is selected in the GeometryEditor and AllowRotatingSelectedElement
is |
Remarks
When the SelectedElement is rotatable, this symbol displays a control handle to allow interactive rotation of the element. The handle is drawn above the top of the bounding box (see BoundingBoxSymbol). If the selected element cannot be rotated (see CanRotate) then this symbol is ignored and no rotation handle is drawn.
The default symbol is a black circular arrow advanced marker symbol. 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 |