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 413
19175b58 d5fb 1588 e70a bd2019a6fe78
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the item that is being added or removed from the MLineStyle elements list.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public MLineStyleElement Item { get; }
VB
Public ReadOnly Property Item As MLineStyleElement
Get
C++
public:
property MLineStyleElement^ Item {
MLineStyleElement^ get ();
}
F#
member Item : MLineStyleElement with get
MLineStyleElementChangeEventArgs Class
netDxf.Objects Namespace