CadDrawingDirection Enumeration |
The Cad drawing direction.
Namespace:
Aspose.CAD.FileFormats.Cad.CadConsts
Assembly:
Aspose.CAD (in Aspose.CAD.dll) Version: 20.8
Syntaxpublic enum CadDrawingDirection
Public Enumeration CadDrawingDirection
public enum class CadDrawingDirection
Members
| Member name | Value | Description |
---|
| LeftToRight | 1 |
The left to right.
|
| TopToBottom | 3 |
The top to bottom.
|
| ByStyle | 5 |
The by style.
|
See Also