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
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.3 - 200.8 |
| .NET | 200.3 - 200.8 |
| .NET Windows | 200.3 - 200.8 |
| .NET Android | 200.3 - 200.8 |
| .NET iOS | 200.3 - 200.8 |
| .NET Framework | 200.3 - 200.8 |
| UWP | 200.3 - 200.8 |