DocSiteStyleSkin Pennington.DocSite
The DocSite template's style-registry skin — per-slot replacements applied wholesale over the Pennington.UI component defaults, with consumer values from Styles merged on top. No outline.* entries: the component defaults are the DocSite outline look.
Properties
StylesFrozenDictionary<string, string>- Slot-key → class string replacements for the DocSite chrome.
Pennington.DocSite.DocSiteStyleSkin
namespace Pennington.DocSite;
/// The DocSite template's style-registry skin — per-slot replacements applied wholesale over the Pennington.UI component defaults, with consumer values from Styles merged on top. No outline.* entries: the component defaults are the DocSite outline look.
public class DocSiteStyleSkin
{
/// Slot-key → class string replacements for the DocSite chrome.
public static FrozenDictionary<string, string> Styles { get; }
}