This repository was archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 437
559f8a2a e1df a01a 0e9e ba0baf4b823d
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines if the transparency is defined by block.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public bool IsByBlock { get; }VB
Public ReadOnly Property IsByBlock As Boolean
GetC++
public:
property bool IsByBlock {
bool get ();
}F#
member IsByBlock : bool with getBoolean