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

47040fd5 e5ae 0197 2717 8173620f8273

haplokuon edited this page May 6, 2023 · 1 revision

WidthFactor Property

netDxf 3.0.0 Library

Gets the shape width factor.

Definition

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

C#

public double WidthFactor { get; }

VB

Public ReadOnly Property WidthFactor As Double
	Get

C++

public:
property double WidthFactor {
	double get ();
}

F#

member WidthFactor : float with get

Property Value

Double

Remarks

This value seems to have no effect on shapes or complex line types with shapes. Default: 1.0.

See Also

Reference

ShapeStyle Class
netDxf.Tables Namespace

Clone this wiki locally