SplashScreenOpacity Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the opacity of the splash screen.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int Opacity { get; set; }
Public Property Opacity As Integer
Get
Set
public:
virtual property int Opacity {
int get () sealed;
void set (int value) sealed;
}
function get_Opacity();
function set_Opacity(value);
Property Value
Type:
Int32The opacity of the splash screen.
Return Value
Type:
Int32The 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