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

51198dc6 8f75 c6f5 9493 a22e6589d713

haplokuon edited this page May 6, 2023 · 1 revision

Green Property

netDxf 3.0.0 Library

Defines a default green color.

Definition

Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public static AciColor Green { get; }

VB

Public Shared ReadOnly Property Green As AciColor
	Get

C++

public:
static property AciColor^ Green {
	AciColor^ get ();
}

F#

static member Green : AciColor with get

Property Value

AciColor

See Also

Reference

AciColor Class
netDxf Namespace

Clone this wiki locally