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 420
0972427a 7584 b92b 6f9d 899b71a23063
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or set the multiline style.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public MLineStyle Style { get; set; }
VB
Public Property Style As MLineStyle
Get
Set
C++
public:
property MLineStyle^ Style {
MLineStyle^ get ();
void set (MLineStyle^ value);
}
F#
member Style : MLineStyle with get, set