AccountDetailsThemeCustomization Property |
Gets or sets the theme customization.
Namespace:
Atomia.Billing.Core.Sdk.BusinessObjects
Assembly:
Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax public ThemeCustomization ThemeCustomization { get; set; }
Public Property ThemeCustomization As ThemeCustomization
Get
Set
public:
property ThemeCustomization^ ThemeCustomization {
ThemeCustomization^ get ();
void set (ThemeCustomization^ value);
}
member ThemeCustomization : ThemeCustomization with get, set
Property Value
Type:
ThemeCustomizationThe theme customization.
See Also