Set the opacity of the layer fill.

This value is a percentage of the layer's opacity. I.e. if FillOpacity is 0.5, and Opacity is 0.5, then the fill's actual opacity will be 0.25.

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

Syntax

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

See Also