Click or drag to resize

MTextDrawingDirection Enumeration

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Drawing direction.

Namespace:  netDxf.Entities
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public enum MTextDrawingDirection
Request Example View Source
Members
  Member nameValueDescription
LeftToRight1 Left to right.
TopToBottom3 Top to bottom.
ByStyle5 By style (the flow direction is inherited from the associated text style).
See Also