Provides generic access to the secondary gradient fill color of the layer.

If FillColor2 is different from FillColor it is drawn as a gradient (and not set to ARGB of (0, 0, 0, 0)).

The direction of the gradient is specified by FillGradient.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public Color FillColor2 { get; set; }
Public Property FillColor2 As Color
	Get
	Set
public:
property Color FillColor2 {
	Color get ();
	void set (Color value);
}

See Also