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

f3ea349c f6dc ce01 c62d fa0006460da0

haplokuon edited this page May 6, 2023 · 1 revision

WidthFactor Property

netDxf 3.0.0 Library

Gets or sets the width factor to produce wide text.

Definition

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

C#

public double WidthFactor { get; set; }

VB

Public Property WidthFactor As Double
	Get
	Set

C++

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

F#

member WidthFactor : float with get, set

Property Value

Double

Remarks

Set as 1.0 to apply the default width factor.

See Also

Reference

MTextFormattingOptions Class
netDxf.Entities Namespace

Clone this wiki locally