Show / Hide Table of Contents

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

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
AllowRotatingSelectedElement
RotateSelectedElement(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.