Autodesk.AutoCAD.Windows.Direction Enumeration

Description

This is record Autodesk.AutoCAD.Windows.Direction.

Visual Basic

Friend Enum Direction
  Bottom = 4
  BottomLeft = 6
  BottomRight = 12
  Left = 2
  None = 0
  Right = 8
  Top = 1
  TopLeft = 3
  TopRight = 9
End Enum

C#

internal enum Direction {
  Bottom = 4,
  BottomLeft = 6,
  BottomRight = 12,
  Left = 2,
  None = 0,
  Right = 8,
  Top = 1,
  TopLeft = 3,
  TopRight = 9
}