Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

295ce9ac f969 4360 cb77 7afbefd4643a

haplokuon edited this page May 6, 2023 · 1 revision

DimensionStyleFitTextMove Enumeration

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.

Definition

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

Members

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.

See Also

Reference

netDxf.Tables Namespace

Clone this wiki locally