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

3ed8cd83 ef29 62f7 3714 5067502f23bf

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 Text 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

Text Class
netDxf.Entities Namespace

Clone this wiki locally