Vixen
02b45cc4
csharp
public enum StyleValueKind

What kind of thing a declaration's value turned out to be.

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

Fields and properties (6)

  • Unknown

    Nothing usable — an unparsed value, or one this engine has no reading of.

  • Number

    A bare number: flex-grow: 2, opacity: 0.5.

  • Length

    A length or percentage, with its unit.

  • Color

    A colour.

  • Keyword

    An identifier: auto, row, none.

  • List

    Several values in sequence: 2px 4px, 1 1 auto.

Used by (8)

  • AnimatorVixen.Ui.Styling
  • DrawListBuilderVixen.Ui
  • LayoutStyleBuilderVixen.Ui
  • LengthContextVixen.Ui
  • StyleValueVixen.Ui.Styling
  • StyleValueParserVixen.Ui.Styling
  • StyleValueTestsVixen.Ui.Styling.Tests
  • UiDocumentVixen.Ui