ProductCatalogBackgroundColor Property |
When not null, specifies the background color to use for visualization of the catalog. The color is in RGBA color format.
Namespace:
Aloe.EnterpriseOne.Model.General
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Nullable<int> BackgroundColor { get; set; }
Public Property BackgroundColor As Nullable(Of Integer)
Get
Set
public:
property Nullable<int>^ BackgroundColor {
Nullable<int>^ get ();
void set (Nullable<int>^ value);
}
member BackgroundColor : Nullable<int> with get, set
Property Value
Type:
NullableInt32
See Also