StandardBeagle.Strata.Properties.Styling
0.1.0-alpha.1
dotnet add package StandardBeagle.Strata.Properties.Styling --version 0.1.0-alpha.1
NuGet\Install-Package StandardBeagle.Strata.Properties.Styling -Version 0.1.0-alpha.1
<PackageReference Include="StandardBeagle.Strata.Properties.Styling" Version="0.1.0-alpha.1" />
<PackageVersion Include="StandardBeagle.Strata.Properties.Styling" Version="0.1.0-alpha.1" />
<PackageReference Include="StandardBeagle.Strata.Properties.Styling" />
paket add StandardBeagle.Strata.Properties.Styling --version 0.1.0-alpha.1
#r "nuget: StandardBeagle.Strata.Properties.Styling, 0.1.0-alpha.1"
#:package StandardBeagle.Strata.Properties.Styling@0.1.0-alpha.1
#addin nuget:?package=StandardBeagle.Strata.Properties.Styling&version=0.1.0-alpha.1&prerelease
#tool nuget:?package=StandardBeagle.Strata.Properties.Styling&version=0.1.0-alpha.1&prerelease
StandardBeagle.Strata.Properties.Styling
The common styling property descriptors for Strata:
color, background, font-weight, font-style, text-decoration, wrap, overflow,
padding, margin. Depends only on StandardBeagle.Strata.Core.
dotnet add package StandardBeagle.Strata.Properties.Styling --prerelease
using Strata.Properties.Styling;
// One call registers every built-in descriptor:
IPropertyRegistry registry = StylingProperties.CreateRegistry();
// or add to an existing registry:
StylingProperties.RegisterAll(registry);
Feed the registry to Cascade and a CssStylesheetParser. Pair with a projection such as
StandardBeagle.Strata.Render.Spectre to turn computed values into rendered output.
See the docs.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 is compatible. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
-
net10.0
- StandardBeagle.Strata.Abstractions (>= 0.1.0-alpha.1)
- StandardBeagle.Strata.Core (>= 0.1.0-alpha.1)
-
net8.0
- StandardBeagle.Strata.Abstractions (>= 0.1.0-alpha.1)
- StandardBeagle.Strata.Core (>= 0.1.0-alpha.1)
NuGet packages (3)
Showing the top 3 NuGet packages that depend on StandardBeagle.Strata.Properties.Styling:
| Package | Downloads |
|---|---|
|
StandardBeagle.Strata.Layout.Yoga
Yoga-backed flexbox/grid layout pass for Strata: maps computed style to a parallel Yoga tree and computes terminal-cell rects. |
|
|
StandardBeagle.Strata.Render.Spectre
Spectre.Console projection for Strata: turns a styled tree into an IRenderable for inline console output. |
|
|
StandardBeagle.Strata.Render.TerminalGui
Terminal.Gui v2 projection for Strata: reconciles a styled tree into a full-screen View tree, sharing the cascade engine with the Spectre projection. |
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.1.0-alpha.1 | 60 | 6/1/2026 |