Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

0d46f24f ca20 7a36 107c 41ac8003791f

haplokuon edited this page May 6, 2023 · 1 revision

MTextDrawingDirection Enumeration

netDxf 3.0.0 Library

Drawing direction.

Definition

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

Members

LeftToRight 1 Left to right.
TopToBottom 3 Top to bottom.
ByStyle 5 By style (the flow direction is inherited from the associated text style).

See Also

Reference

netDxf.Entities Namespace

Clone this wiki locally