Show / Hide Table of Contents

Enum Direction

Represents a direction that a Cursor<T> can move in

Namespace: Sawmill
Assembly: Sawmill.dll
Syntax
public enum Direction

Fields

Name Description
Down

Move to the first child

Left

Move to the previous sibling

Right

Move to the next sibling

Up

Move to the parent

  • Improve this Doc
  • View Source
Back to top Generated by DocFX