Property CanScale
CanScale
Gets a value indicating whether this element can be scaled interactively.
Declaration
public bool CanScale { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Remarks
The value of AllowScalingSelectedElement of the current Tool determines this value. The element can be scaled programmatically regardless of this value, for example using ScaleSelectedElement(Double, Double, MapPoint).
The following can never be scaled 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 |