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 409
8c90f7f6 8eb3 20ca 15bf 3de55986e351
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Specifies the direction of the dimension text.
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
LeftToRight | 0 | Displays dimension text in a Left-to-Right reading style. |
RightToLeft | 1 | Displays dimension text in a Right-to-Left reading style. |