Enum ArrowBehavior
This enumeration specifies possible values for ArrowKeyBehavior.
Namespace: Northwoods.Go.Extensions
Assembly: DrawCommandHandlerAvalonia.dll
Syntax
public enum ArrowBehavior
Fields
Name | Description |
---|---|
Move | Moves the Selection. |
None | Does nothing on arrow key press. |
Scroll | Scrolls the diagram in the arrow's direction. |
Select | Changes the Selection to a nearby Part in the arrow's direction. |
Tree | Changes the selected node in a tree and expands or collapses subtrees. |