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

a2d0d6b9 0971 2885 8e41 c100846dd547

haplokuon edited this page May 6, 2023 · 1 revision

DimensionStyleTolerancesVerticalPlacement Enumeration

netDxf 3.0.0 Library

Controls text justification for symmetrical and deviation tolerances.

Definition

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

C#

public enum DimensionStyleTolerancesVerticalPlacement

VB

Public Enumeration DimensionStyleTolerancesVerticalPlacement

C++

public enum class DimensionStyleTolerancesVerticalPlacement

F#

type DimensionStyleTolerancesVerticalPlacement

Members

Bottom 0 Aligns the tolerance text with the bottom of the main dimension text.
Middle 1 Aligns the tolerance text with the middle of the main dimension text.
Top 2 Aligns the tolerance text with the top of the main dimension text.

See Also

Reference

netDxf.Tables Namespace

Clone this wiki locally