Click or drag to resize

InstallDialogOptions Properties

The InstallDialogOptions type exposes the following members.

Properties
  NameDescription
Public propertyBackgroundColor
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.
Public propertyLogoPath
Relative Path or URL of the logo or image in the Download screen. Should be semi-transparent PNG. 100×25 pixels
Public propertyLogoUrl
Absolute URL of the logo or image in the Download screen. Should be semi-transparent PNG. 100×25 pixels
Public propertyProgressBarBackgroundColor
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.
Public propertyProgressBarBorderColor
Determines the border color of the progress bar.
Public propertyProgressBarFillColor
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.
Public propertyTextColor
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.
Top
See Also