enum EE::UI::CSS::PropertyType

#include <propertydefinition.hpp>

enum PropertyType: Uint32 {
    Undefined,
    String,
    Bool,
    NumberInt,
    NumberIntFixed,
    NumberFloat,
    NumberFloatFixed,
    NumberLength,
    NumberLengthFixed,
    RadiusLength,
    Color,
    Vector2,
    BackgroundSize,
    ForegroundSize,
    Time,
};