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
b6072c81 1efe ebb7 9c37 b58f758633bd
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the text alignment.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public TextAlignment Alignment { get; set; }VB
Public Property Alignment As TextAlignment
Get
SetC++
public:
property TextAlignment Alignment {
TextAlignment get ();
void set (TextAlignment value);
}F#
member Alignment : TextAlignment with get, set