Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

69b43a72 90a4 e5ae f8b7 0c0bf470e4ea

haplokuon edited this page May 6, 2023 · 1 revision

DefaultMirrText Property

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.

Definition

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

Property Value

Boolean

See Also

Reference

MText Class
netDxf.Entities Namespace

Clone this wiki locally