This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 418
036936fe 8509 97f6 c964 e1b2ef230216
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Filled box arrowhead.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Block BoxFilled { get; }
VB
Public Shared ReadOnly Property BoxFilled As Block
Get
C++
public:
static property Block^ BoxFilled {
Block^ get ();
}
F#
static member BoxFilled : Block with get