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

f07c6ad5 aed9 c089 4269 be7a74fdd6b1

haplokuon edited this page May 6, 2023 · 1 revision

Color2 Property

netDxf 3.0.0 Library

Gets or sets the gradient color 2.

Definition

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

C#

public AciColor Color2 { get; set; }

VB

Public Property Color2 As AciColor
	Get
	Set

C++

public:
property AciColor^ Color2 {
	AciColor^ get ();
	void set (AciColor^ value);
}

F#

member Color2 : AciColor with get, set

Property Value

AciColor

Remarks

If color 2 is defined, automatically the single color property will be set to false.

See Also

Reference

HatchGradientPattern Class
netDxf.Entities Namespace

Clone this wiki locally