Provides generic access to the fill color of the layer. Set to ARGB of (0, 0, 0, 0) for no fill (i.e. transparent background)

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

Syntax

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

See Also