dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

PortalSharedTheme Class

Represents the shared theme configuration for the organization.

public record 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; init; }

Property Value

PortalSharedThemeBody

PortalSharedTheme.Button Property

Gets or sets the button theming options.

public dymaptic.GeoBlazor.Core.Model.PortalSharedThemeButton? Button { get; init; }

Property Value

PortalSharedThemeButton

PortalSharedTheme.Header Property

Gets or sets the header theming options.

public dymaptic.GeoBlazor.Core.Model.PortalSharedThemeHeader? Header { get; init; }

Property Value

PortalSharedThemeHeader

PortalSharedTheme.Logo Property

Gets or sets the logo configuration.

public dymaptic.GeoBlazor.Core.Model.PortalSharedThemeLogo? Logo { get; init; }

Property Value

PortalSharedThemeLogo