Show / Hide Table of Contents

Property ScaleMode

ScaleMode

Gets or sets the determines how a geometry can be interactively scaled (resized) to fill its allocated space while using the GeometryEditor.

Declaration
public GeometryEditorScaleMode ScaleMode { get; set; }
Property Value
Type Description
GeometryEditorScaleMode

Determines how a geometry can be interactively scaled (resized) to fill its allocated space while using the GeometryEditor.

Remarks

This property is ignored during geometry editing if AllowScalingSelectedElement is false. It will be used to define how geometries are initially created by a drag interaction when the active tools is a ShapeTool regardless of the value of AllowScalingSelectedElement.

The scale control handles displayed to the user differ according to the value of this property.

See Also
AllowScalingSelectedElement
CanScale
ScaleSelectedElement(Double, Double, MapPoint)

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.