InstallDialogOptions Class |
Namespace: Openfin.Desktop
public class InstallDialogOptions
The InstallDialogOptions type exposes the following members.
Name | Description | |
---|---|---|
InstallDialogOptions | Initializes a new instance of the InstallDialogOptions class |
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.
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |