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 (16)
- AnimatorVixen.Ui.Styling
- CalcTestsVixen.Ui.Styling.Tests
- ColorFunctionTestsVixen.Ui.Styling.Tests
- DrawListBuilderVixen.Ui
- GradientReaderVixen.Ui
- LayoutStyleBuilderVixen.Ui
- LengthContextVixen.Ui
- StyleValueVixen.Ui.Styling
- StyleValueParserVixen.Ui.Styling
- StyleValueTestsVixen.Ui.Styling.Tests
- ThemeAndScannerTestsVixen.Ui.Styling.Utilities.Tests
- TransformReaderVixen.Ui
- TranslationReaderVixen.Ui
- UiDocumentVixen.Ui
- UtilityFamilyTestsVixen.Ui.Styling.Utilities.Tests
- WideGamutTestsVixen.Ui.Styling.Tests