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 439
51b3d4ca f83c 00c5 f269 73919b57d617
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Open 90 degree arrowhead (right angle arrowhead).
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static Block Open90 { get; }VB
Public Shared ReadOnly Property Open90 As Block
GetC++
public:
static property Block^ Open90 {
Block^ get ();
}F#
static member Open90 : Block with get