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

e0cbd2fa 75f0 48a4 6957 0e475cb7f8c9

haplokuon edited this page May 6, 2023 · 1 revision

TextVerticalPlacement Property

netDxf 3.0.0 Library

Gets or sets the vertical position of text in relation to the dimension line. (DIMTAD)

Definition

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

C#

public DimensionStyleTextVerticalPlacement TextVerticalPlacement { get; set; }

VB

Public Property TextVerticalPlacement As DimensionStyleTextVerticalPlacement
	Get
	Set

C++

public:
property DimensionStyleTextVerticalPlacement TextVerticalPlacement {
	DimensionStyleTextVerticalPlacement get ();
	void set (DimensionStyleTextVerticalPlacement value);
}

F#

member TextVerticalPlacement : DimensionStyleTextVerticalPlacement with get, set

Property Value

DimensionStyleTextVerticalPlacement

Remarks

Default: Centered

See Also

Reference

DimensionStyle Class
netDxf.Tables Namespace

Clone this wiki locally