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

fe971dd7 1fcc 4c8b 05c0 f9b597abc2ab

haplokuon edited this page May 6, 2023 · 1 revision

Linetype Property

netDxf 3.0.0 Library

Gets or sets the element line type.

Definition

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

C#

public Linetype Linetype { get; set; }

VB

Public Property Linetype As Linetype
	Get
	Set

C++

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

F#

member Linetype : Linetype with get, set

Property Value

Linetype

See Also

Reference

MLineStyleElement Class
netDxf.Objects Namespace

Clone this wiki locally