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 411
295ce9ac f969 4360 cb77 7afbefd4643a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Controls the placement of dimension text when it is moved from the default position, that is, the position defined by the dimension style.
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public enum DimensionStyleFitTextMove
VB
Public Enumeration DimensionStyleFitTextMove
C++
public enum class DimensionStyleFitTextMove
F#
type DimensionStyleFitTextMove
BesideDimLine | 0 | Moves the dimension line with dimension text. |
OverDimLineWithLeader | 1 | Adds a leader when dimension text is moved. |
OverDimLineWithoutLeader | 2 | Allows text to be moved freely without a leader. |