DataPA Enterprise Dashboard Controls API Reference 
        
Assembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
The opacity of the splash screen.
The opacity of the splash screen.
      
    
 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
| 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: 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)