Click or drag to resize

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.4.0
Syntax
C#
public Nullable<uint> ProgressBarFillColor { get; set; }

Property Value

Type: NullableUInt32
See Also