HandlesStyle
Determines the visual style of Handles object handles.
Items 2
| History | Name | Value | Description | |
|---|---|---|---|---|
| 47 | Resize | 0 | Renders Handles as sphere shapes for resizing an adornee along its face axes (the default style). | |
| 47 | Movement | 1 | Renders Handles as directional arrow shapes for translating an adornee along its face axes. |
Description
Determines the visual style of Handles object handles. Setting Handles.Style to a value from this enum controls whether the handles rendered on each face of the adornee appear as spheres (HandlesStyle.Resize) or as directional arrows (HandlesStyle.Movement). The default value of Handles.Style is HandlesStyle.Resize.