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

f90454ab ba99 3f1e a588 7cc75457bfd0

haplokuon edited this page May 6, 2023 · 1 revision

Properties Property

netDxf 3.0.0 Library

Gets the list of layer state properties.

Definition

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

Property Value

ObservableDictionary(String, LayerStateProperties)

See Also

Reference

LayerState Class
netDxf.Objects Namespace

Clone this wiki locally