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
68b256f2 4431 b218 d0e3 bb1964f969b4
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Defines a default blue color.
Namespace: netDxf
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public static AciColor Blue { get; }VB
Public Shared ReadOnly Property Blue As AciColor
GetC++
public:
static property AciColor^ Blue {
AciColor^ get ();
}F#
static member Blue : AciColor with get