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

74071294 defc a8e2 a470 6f4751739ce0

haplokuon edited this page May 6, 2023 · 1 revision

Default Property

netDxf 3.0.0 Library

Gets the default MLine style.

Definition

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

C#

public static MLineStyle Default { get; }

VB

Public Shared ReadOnly Property Default As MLineStyle
	Get

C++

public:
static property MLineStyle^ Default {
	MLineStyle^ get ();
}

F#

static member Default : MLineStyle with get

Property Value

MLineStyle

See Also

Reference

MLineStyle Class
netDxf.Objects Namespace

Clone this wiki locally