This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 415
0d46f24f ca20 7a36 107c 41ac8003791f
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Drawing direction.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum MTextDrawingDirection
VB
Public Enumeration MTextDrawingDirection
C++
public enum class MTextDrawingDirection
F#
type MTextDrawingDirection
LeftToRight | 1 | Left to right. |
TopToBottom | 3 | Top to bottom. |
ByStyle | 5 | By style (the flow direction is inherited from the associated text style). |