dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
PortalSharedThemeHeader Class
Represents the header theming configuration.
public class PortalSharedThemeHeader :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PortalSharedThemeHeader>
Inheritance System.Object 🡒 PortalSharedThemeHeader
Implements System.IEquatable<PortalSharedThemeHeader>
Constructors
PortalSharedThemeHeader() Constructor
public PortalSharedThemeHeader();
Properties
PortalSharedThemeHeader.Text Property
Gets or sets the text color for the header, in hex format.
public string? Text { get; set; }