InstallDialogOptionsProgressBarFillColor Property |
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.
Namespace:
Openfin.Desktop
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax public Nullable<uint> ProgressBarFillColor { get; set; }
Property Value
Type:
NullableUInt32See Also