LicensingGuiSplashBackgroundColor Property |
Gets or sets the splash screen's background color that is used when no splash image is used.
Namespace: com.softwarekey.Client.GuiAssembly: PLUSManagedGui (in PLUSManagedGui.dll) Version: 5.23.4.0
Syntaxpublic Color SplashBackgroundColor { get; set; }
Public Property SplashBackgroundColor As Color
Get
Set
public:
property Color SplashBackgroundColor {
Color get ();
void set (Color value);
}
Property Value
Type:
Color
See Also