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

36ecffee b566 69ff 9279 179e3b0a5221

haplokuon edited this page May 6, 2023 · 1 revision

TextSize Property

netDxf 3.0.0 Library

Default text height.

Definition

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

C#

public double TextSize { get; set; }

VB

Public Property TextSize As Double
	Get
	Set

C++

public:
property double TextSize {
	double get ();
	void set (double value);
}

F#

member TextSize : float with get, set

Property Value

Double

Remarks

Default value: 2.5.

See Also

Reference

HeaderVariables Class
netDxf.Header Namespace

Clone this wiki locally