Enum DimensionStyleTextHorizontalPlacement
Controls the vertical placement of dimension text in relation to the dimension line.
Namespace: netDxf.Tables
Assembly: CADability.dll
Syntax
public enum DimensionStyleTextHorizontalPlacement
Fields
| Name | Description |
|---|---|
| AtExtLine2 | Right-justifies the text with the second extension line along the dimension line. |
| AtExtLines1 | Left-justifies the text with the first extension line along the dimension line. |
| Centered | Centers the dimension text along the dimension line between the extension lines. |
| OverExtLine1 | Positions the text over or along the first extension line. |
| OverExtLine2 | Positions the text over or along the second extension line. |