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

7a1a9744 bc63 3cda 966e 19f029a87619

haplokuon edited this page May 6, 2023 · 1 revision

Type Property

netDxf 3.0.0 Library

Get the underlay type.

Definition

Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public UnderlayType Type { get; }

VB

Public ReadOnly Property Type As UnderlayType
	Get

C++

public:
property UnderlayType Type {
	UnderlayType get ();
}

F#

member Type : UnderlayType with get

Property Value

UnderlayType

See Also

Reference

UnderlayDefinition Class
netDxf.Objects Namespace

Clone this wiki locally