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