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

df9cf346 56f6 35be b264 5711ea28dd8a

haplokuon edited this page May 6, 2023 · 1 revision

MirrText Property

netDxf 3.0.0 Library

Controls if the text will be mirrored during a symmetry.

Definition

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

Property Value

Boolean

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally