GeometryEditorScaleMode enum
Determines how a geometry can be interactively scaled (resized) while using the GeometryEditor.
Set the InteractionConfiguration.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.
Constructors
- GeometryEditorScaleMode()
-
const
Values
- stretch → const GeometryEditorScaleMode
-
The geometry can be scaled freely and the aspect ratio is not preserved.
- uniform → const GeometryEditorScaleMode
-
The geometry can be scaled proportionally, preserving the original aspect ratio.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
GeometryEditorScaleMode> - A constant List of the values in this enum, in order of their declaration.