Vixen
02b45cc4
csharp
public readonly record struct UtilityDeclaration

One property: value a utility emits.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public string Property

    The CSS property.

  • public string Value

    Its value.

Methods (1)

  • public UtilityDeclaration(string Property, string Value)

    One property: value a utility emits.

Used by (4)

  • ApplyExpanderVixen.Ui.Styling.Utilities
  • UtilityFamiliesVixen.Ui.Styling.Utilities
  • UtilityFixtureVixen.Ui.Styling.Utilities.Tests
  • UtilityGeneratorVixen.Ui.Styling.Utilities