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.

Inheritance

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

coreValue → RT_GeometryEditorScaleMode
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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.