dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
PortalSharedTheme Class
Represents the shared theme configuration for the organization.
public class PortalSharedTheme :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PortalSharedTheme>
Inheritance System.Object 🡒 PortalSharedTheme
Implements System.IEquatable<PortalSharedTheme>
Constructors
PortalSharedTheme() Constructor
public PortalSharedTheme();
Properties
PortalSharedTheme.Body Property
Gets or sets the body theming options.
public dymaptic.GeoBlazor.Core.Model.PortalSharedThemeBody? Body { get; set; }
Property Value
PortalSharedTheme.Button Property
Gets or sets the button theming options.
public dymaptic.GeoBlazor.Core.Model.PortalSharedThemeButton? Button { get; set; }
Property Value
PortalSharedTheme.Header Property
Gets or sets the header theming options.
public dymaptic.GeoBlazor.Core.Model.PortalSharedThemeHeader? Header { get; set; }
Property Value
PortalSharedTheme.Logo Property
Gets or sets the logo configuration.
public dymaptic.GeoBlazor.Core.Model.PortalSharedThemeLogo? Logo { get; set; }