Show / Hide Table of Contents

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.

Uniform

The geometry can be scaled proportionally, preserving the original aspect ratio.

See Also
ScaleMode
ScaleSelectedElement(Double, Double, MapPoint)

Applies to

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.