Click or drag to resize

InstallDialogOptionsTextColor Property

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.

Namespace:  Openfin.Desktop
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
public Nullable<uint> TextColor { get; set; }

Property Value

Type: NullableUInt32
See Also