csharp
public enum StyleValueKindWhat 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)
UnknownNothing usable — an unparsed value, or one this engine has no reading of.
NumberA bare number: flex-grow: 2, opacity: 0.5.
LengthA length or percentage, with its unit.
ColorA colour.
KeywordAn identifier: auto, row, none.
ListSeveral 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