Click or drag to resize
SplashScreenOpacity Property DataPA OpenAnalytics
DataPA OpenAnalytics 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
public int Opacity { get; set; }

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