| InstallDialogOptions Properties | 
The InstallDialogOptions type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | BackgroundColor | 
            Determines the color of the dialog. Color value is a int representation of a 32 bit number (A,R,G,B). For instance : 4278255360 is fully opaque green.
             | 
|  | LogoPath | 
            Relative Path or URL of the logo or image in the Download screen. Should be semi-transparent PNG. 100×25 pixels
             | 
|  | LogoUrl | 
            Absolute URL of the logo or image in the Download screen. Should be semi-transparent PNG. 100×25 pixels
             | 
|  | ProgressBarBackgroundColor | 
            Determines the background color of the area where the progress bar is displayed. Color value is a int representation of a 32 bit number (A,R,G,B). For instance : 4278255360 is fully opaque green.
             | 
|  | ProgressBarBorderColor | 
            Determines the border color of the progress bar.
             | 
|  | ProgressBarFillColor | 
            Determines the color of the progress bar. Color value is a int representation of a 32 bit number (A,R,G,B). For instance : 4278255360 is fully opaque green.
             | 
|  | TextColor | 
            Determines the color of the text displayed above the progress bar location. Color value is a int representation of a 32 bit number (A,R,G,B). For instance : 4278255360 is fully opaque green.
             | 
 See Also
See Also