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