This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
4845dada 1561 af24 9f67 0992e7af3caf
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Controls the placement of dimension text.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum DimensionStyleTextVerticalPlacementVB
Public Enumeration DimensionStyleTextVerticalPlacementC++
public enum class DimensionStyleTextVerticalPlacementF#
type DimensionStyleTextVerticalPlacement| Centered | 0 | Centers the dimension text between the two parts of the dimension line. |
| Above | 1 | Places the dimension text above the dimension line. |
| Outside | 2 | Places the dimension text on the side of the dimension line farthest away from the first defining point. |
| JIS | 3 | Places the dimension text to conform to a Japanese Industrial Standards (JIS) representation. |
| Below | 4 | Places the dimension text under the dimension line. |