This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 407
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
Set
C++
public:
property DimensionStyleTextVerticalPlacement TextVerticalPlacement {
DimensionStyleTextVerticalPlacement get ();
void set (DimensionStyleTextVerticalPlacement value);
}
F#
member TextVerticalPlacement : DimensionStyleTextVerticalPlacement with get, set
DimensionStyleTextVerticalPlacement
Default: Centered