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

378e75d2 4971 91af e3c0 700e1b104d64

haplokuon edited this page May 6, 2023 · 1 revision

Color1 Property

netDxf 3.0.0 Library

Gets or sets the gradient color 1.

Definition

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

Property Value

AciColor

See Also

Reference

HatchGradientPattern Class
netDxf.Entities Namespace

Clone this wiki locally