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 415
3213dcac b28a 453d f506 9b56c34b1516
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Get or sets the text drawing direction.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public MTextDrawingDirection DrawingDirection { get; set; }
VB
Public Property DrawingDirection As MTextDrawingDirection
Get
Set
C++
public:
property MTextDrawingDirection DrawingDirection {
MTextDrawingDirection get ();
void set (MTextDrawingDirection value);
}
F#
member DrawingDirection : MTextDrawingDirection with get, set