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 411
f90454ab ba99 3f1e a588 7cc75457bfd0
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets the list of layer state properties.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public ObservableDictionary<string, LayerStateProperties> Properties { get; }
VB
Public ReadOnly Property Properties As ObservableDictionary(Of String, LayerStateProperties)
Get
C++
public:
property ObservableDictionary<String^, LayerStateProperties^>^ Properties {
ObservableDictionary<String^, LayerStateProperties^>^ get ();
}
F#
member Properties : ObservableDictionary<string, LayerStateProperties> with get
ObservableDictionary(String, LayerStateProperties)