Show / Hide Table of Contents

Property CanRotate

CanRotate

Gets a value indicating whether this element can be rotated interactively.

Declaration
public bool CanRotate { get; }
Property Value
Type Description
System.Boolean

true if this element can be rotated interactively, false otherwise.

Remarks

The value of AllowRotatingSelectedElement of the current Tool determines this value. The element can be rotated programmatically regardless of this value, for example using RotateSelectedElement(Double, MapPoint).

The following can never be rotated interactively, regardless of the InteractionConfiguration settings:

  • GeometryEditorVertex
  • GeometryEditorMidVertex
  • GeometryEditorGeometry when the geometry type is Point

Applies to

Platforms and versions
TargetVersions
.NET Standard 2.0200.3 - 200.7
.NET200.3 - 200.7
.NET Windows200.3 - 200.7
.NET Android200.3 - 200.7
.NET iOS200.3 - 200.7
.NET Framework200.3 - 200.7
UWP200.3 - 200.7
In This Article
Back to top Copyright © 2022 Esri.