This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 411
378e75d2 4971 91af e3c0 700e1b104d64
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the gradient color 1.
Namespace: netDxf.Entities
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public AciColor Color1 { get; set; }
VB
Public Property Color1 As AciColor
Get
Set
C++
public:
property AciColor^ Color1 {
AciColor^ get ();
void set (AciColor^ value);
}
F#
member Color1 : AciColor with get, set