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

f5ffbc19 429e f4df 6e8a 17b3780310e4

haplokuon edited this page May 6, 2023 · 1 revision

VerticalPlacement Property

netDxf 3.0.0 Library

Gets or sets the text vertical placement for symmetrical and deviation tolerances. (DIMTOLJ)

Definition

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

C#

public DimensionStyleTolerancesVerticalPlacement VerticalPlacement { get; set; }

VB

Public Property VerticalPlacement As DimensionStyleTolerancesVerticalPlacement
	Get
	Set

C++

public:
property DimensionStyleTolerancesVerticalPlacement VerticalPlacement {
	DimensionStyleTolerancesVerticalPlacement get ();
	void set (DimensionStyleTolerancesVerticalPlacement value);
}

F#

member VerticalPlacement : DimensionStyleTolerancesVerticalPlacement with get, set

Property Value

DimensionStyleTolerancesVerticalPlacement

Remarks

Default: Middle

See Also

Reference

DimensionStyleTolerances Class
netDxf.Tables Namespace

Clone this wiki locally