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

4845dada 1561 af24 9f67 0992e7af3caf

haplokuon edited this page May 6, 2023 · 1 revision

DimensionStyleTextVerticalPlacement Enumeration

netDxf 3.0.0 Library

Controls the placement of dimension text.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public enum DimensionStyleTextVerticalPlacement

VB

Public Enumeration DimensionStyleTextVerticalPlacement

C++

public enum class DimensionStyleTextVerticalPlacement

F#

type DimensionStyleTextVerticalPlacement

Members

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.

See Also

Reference

netDxf.Tables Namespace

Clone this wiki locally