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 410
df9cf346 56f6 35be b264 5711ea28dd8a
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Controls if the text will be mirrored during a symmetry.
Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool MirrText { get; set; }
VB
Public Property MirrText As Boolean
Get
Set
C++
public:
property bool MirrText {
bool get ();
void set (bool value);
}
F#
member MirrText : bool with get, set
Boolean