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

73dfc809 db69 c5b3 998d 37cd0f50260c

haplokuon edited this page May 6, 2023 · 1 revision

IsByLayer Property

netDxf 3.0.0 Library

Defines if the transparency is defined by layer.

Definition

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

C#

public bool IsByLayer { get; }

VB

Public ReadOnly Property IsByLayer As Boolean
	Get

C++

public:
property bool IsByLayer {
	bool get ();
}

F#

member IsByLayer : bool with get

Property Value

Boolean

See Also

Reference

Transparency Class
netDxf Namespace

Clone this wiki locally