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
51198dc6 8f75 c6f5 9493 a22e6589d713
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines a default green color.
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
GetC++
public:
static property AciColor^ Green {
AciColor^ get ();
}F#
static member Green : AciColor with get