Enum DimensionStyleFitOptions
Controls dimension text and arrow placement when space is not sufficient to place both within the extension lines.
Namespace: netDxf.Tables
Assembly: CADability.dll
Syntax
public enum DimensionStyleFitOptions
Fields
| Name | Description |
|---|---|
| Arrows | Moves arrows first, then text. |
| BestFit | Moves either text or arrows, whichever fits best. |
| Text | Moves text first, then arrows. |
| TextAndArrows | Places both text and arrows outside extension lines. |