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 409
dde8fdd3 67de 1c8b 73f5 85350c6f1edd
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the direction of the dimension text. (DIMTXTDIRECTION)
Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public DimensionStyleTextDirection TextDirection { get; set; }
VB
Public Property TextDirection As DimensionStyleTextDirection
Get
Set
C++
public:
property DimensionStyleTextDirection TextDirection {
DimensionStyleTextDirection get ();
void set (DimensionStyleTextDirection value);
}
F#
member TextDirection : DimensionStyleTextDirection with get, set
Default: LeftToRight