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

8c90f7f6 8eb3 20ca 15bf 3de55986e351

haplokuon edited this page May 6, 2023 · 1 revision

DimensionStyleTextDirection Enumeration

netDxf 3.0.0 Library

Specifies the direction of the dimension text.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public enum DimensionStyleTextDirection

VB

Public Enumeration DimensionStyleTextDirection

C++

public enum class DimensionStyleTextDirection

F#

type DimensionStyleTextDirection

Members

LeftToRight 0 Displays dimension text in a Left-to-Right reading style.
RightToLeft 1 Displays dimension text in a Right-to-Left reading style.

See Also

Reference

netDxf.Tables Namespace

Clone this wiki locally