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 416
69b43a72 90a4 e5ae f8b7 0c0bf470e4ea
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets if the text will be mirrored when a symmetry is performed, when the current MText entity does not belong to a DXF document.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static bool DefaultMirrText { get; set; }
VB
Public Shared Property DefaultMirrText As Boolean
Get
Set
C++
public:
static property bool DefaultMirrText {
bool get ();
void set (bool value);
}
F#
static member DefaultMirrText : bool with get, set
Boolean