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

3be958a4 5076 aedb 2d91 abd7196518df

haplokuon edited this page May 6, 2023 · 1 revision

Length Property

netDxf 3.0.0 Library

Gets or sets the dash, dot or space length.

Definition

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

C#

public double Length { get; set; }

VB

Public Property Length As Double
	Get
	Set

C++

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

F#

member Length : float with get, set

Property Value

Double

Remarks

A positive decimal number denotes a pen-down (dash) segment of that length. A negative decimal number denotes a pen-up (space) segment of that length. A dash length of 0 draws a dot.

See Also

Reference

LinetypeSegment Class
netDxf.Tables Namespace

Clone this wiki locally