ClientConfigCustomLoadingImage Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the custom loading image
Namespace: DataPAClientConfigAssembly: DataPAClientConfig (in DataPAClientConfig.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public Image CustomLoadingImage { get; set; }
Public Property CustomLoadingImage As Image
Get
Set
public:
virtual property Image^ CustomLoadingImage {
Image^ get () sealed;
void set (Image^ value) sealed;
}
function get_CustomLoadingImage();
function set_CustomLoadingImage(value);
Return Value
Type:
ImageThe custom loading image
See Also