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

19175b58 d5fb 1588 e70a bd2019a6fe78

haplokuon edited this page May 6, 2023 · 1 revision

Item Property

netDxf 3.0.0 Library

Gets the item that is being added or removed from the MLineStyle elements list.

Definition

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

Property Value

MLineStyleElement

See Also

Reference

MLineStyleElementChangeEventArgs Class
netDxf.Objects Namespace

Clone this wiki locally