This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 438
e0cbd2fa 75f0 48a4 6957 0e475cb7f8c9
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the vertical position of text in relation to the dimension line. (DIMTAD)
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
SetC++
public:
property DimensionStyleTextVerticalPlacement TextVerticalPlacement {
DimensionStyleTextVerticalPlacement get ();
void set (DimensionStyleTextVerticalPlacement value);
}F#
member TextVerticalPlacement : DimensionStyleTextVerticalPlacement with get, setDimensionStyleTextVerticalPlacement
Default: Centered