Enum GeometryEditorScaleMode
Determines how a geometry can be interactively scaled (resized) while using the GeometryEditor.
Namespace: Esri.ArcGISRuntime.UI.Editing
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum GeometryEditorScaleMode
Remarks
Set the ScaleMode property to one of the values to determine interactive scaling behavior of a GeometryEditor. Additionally, this value also determines how the initial shape is created when using the ShapeTool.
Fields
| Name | Description |
|---|---|
| Stretch | The geometry can be scaled freely and the aspect ratio is not preserved. This value is ignored when interactively scaling elements with circular arc segments and Uniform scaling is used instead, in order to preserve the circular shape of the segments. |
| Uniform | The geometry can be scaled proportionally, preserving the original aspect ratio. |
See Also
Applies to
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 |
| .NET | 200.3 - 300.0 |
| .NET Windows | 200.3 - 300.0 |
| .NET Android | 200.3 - 300.0 |
| .NET iOS | 200.3 - 300.0 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |