This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
74071294 defc a8e2 a470 6f4751739ce0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the default MLine style.
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