Click or drag to resize

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

Property Value

Type: NullableUInt32
See Also