C-DEngine 5.105

nmiCtrlBarChart..::..ForegroundOpacity Property

sets the foreground opacity

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public Nullable<double> ForegroundOpacity { get; set; }
Public Property ForegroundOpacity As Nullable(Of Double)
	Get
	Set
public:
property Nullable<double^> ForegroundOpacity {
	Nullable<double^> get ();
	void set (Nullable<double^> value);
}