enum EE::UI::CSS::PropertyRelativeTarget

#include <propertydefinition.hpp>

enum PropertyRelativeTarget: Uint32 {
    None,
    ContainingBlockWidth,
    ContainingBlockHeight,
    FontSize,
    ParentFontSize,
    LineHeight,
    LocalBlockWidth,
    LocalBlockHeight,
    BackgroundWidth,
    BackgroundHeight,
    ForegroundWidth,
    ForegroundHeight,
    LocalBlockRadiusWidth,
    LocalBlockRadiusHeight,
};