SplashScreenBitmap Property |
|
DataPA OpenAnalytics API Reference
Gets and set the bitmap image that will be used to display the splash screen.
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Bitmap Bitmap { get; set; }
Public Property Bitmap As Bitmap
Get
Set
public:
virtual property Bitmap^ Bitmap {
Bitmap^ get () sealed;
void set (Bitmap^ value) sealed;
}
function get_Bitmap();
function set_Bitmap(value);
Property Value
Type:
BitmapThe bitmap image that will be used to display the splash screen.
Return Value
Type:
BitmapThe bitmap image that will be used to display the splash screen.
Remarks See Also