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

8d03c55b 10c6 6145 9bc7 0bb42c298a7c

haplokuon edited this page May 6, 2023 · 1 revision

TextStyle Property

netDxf 3.0.0 Library

Current text style.

Definition

Namespace: netDxf.Header
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public string TextStyle { get; set; }

VB

Public Property TextStyle As String
	Get
	Set

C++

public:
property String^ TextStyle {
	String^ get ();
	void set (String^ value);
}

F#

member TextStyle : string with get, set

Property Value

String

Remarks

Default value: Standard.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally