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 438
12c955a1 4670 59ef cb8b 3a8e223051c8
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Box arrowhead.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Block Box { get; }VB
Public Shared ReadOnly Property Box As Block
GetC++
public:
static property Block^ Box {
Block^ get ();
}F#
static member Box : Block with get