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

51b3d4ca f83c 00c5 f269 73919b57d617

haplokuon edited this page May 6, 2023 · 1 revision

Open90 Property

netDxf 3.0.0 Library

Open 90 degree arrowhead (right angle arrowhead).

Definition

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
	Get

C++

public:
static property Block^ Open90 {
	Block^ get ();
}

F#

static member Open90 : Block with get

Property Value

Block

See Also

Reference

DimensionArrowhead Class
netDxf.Entities Namespace

Clone this wiki locally