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 422
5044503d a4b6 1f62 ecd6 48b31a82d267
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Controls the vertical placement of dimension text in relation to the dimension line.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum DimensionStyleTextHorizontalPlacement
VB
Public Enumeration DimensionStyleTextHorizontalPlacement
C++
public enum class DimensionStyleTextHorizontalPlacement
F#
type DimensionStyleTextHorizontalPlacement
Centered | 0 | Centers the dimension text along the dimension line between the extension lines. |
AtExtLines1 | 1 | Left-justifies the text with the first extension line along the dimension line. |
AtExtLine2 | 2 | Right-justifies the text with the second extension line along the dimension line. |
OverExtLine1 | 3 | Positions the text over or along the first extension line. |
OverExtLine2 | 4 | Positions the text over or along the second extension line. |