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

PortalSharedThemeBody

PortalSharedTheme.Button Property

Gets or sets the button theming options.

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

Property Value

PortalSharedThemeButton

PortalSharedTheme.Header Property

Gets or sets the header theming options.

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

Property Value

PortalSharedThemeHeader

PortalSharedTheme.Logo Property

Gets or sets the logo configuration.

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

Property Value

PortalSharedThemeLogo