DataPA Enterprise Dashboard Controls API Reference
Gets and sets the opacity of the splash screen.

Namespace: DataPAClientConfig
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)

Syntax

C#
public int Opacity { get; set; }
Visual Basic
Public Property Opacity As Integer
	Get
	Set
Visual C++
public:
virtual property int Opacity {
	int get () sealed;
	void set (int value) sealed;
}

Property Value

Type: Int32
The opacity of the splash screen.

Return Value

Type: Int32
The opacity of the splash screen.

Remarks

Values should be in the range 0 to 255 where 0 is not visible and 255 is completely opaque)

See Also