.. index:: pair: enum; ShorthandId .. _doxid-namespace_e_e_1_1_u_i_1_1_c_s_s_1ac19afdf7cb5e2c1b42cdf6f902720fe9: enum EE::UI::CSS::ShorthandId ============================= .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include enum ShorthandId: :ref:`Uint32` { :target:`Margin` = String::hash("margin"), :target:`Padding` = String::hash("padding"), :target:`Transition` = String::hash("transition"), :target:`Background` = String::hash("background"), :target:`Foreground` = String::hash("foreground"), :target:`BackgroundPosition` = String::hash("background-position"), :target:`ForegroundPosition` = String::hash("foreground-position"), :target:`LayoutMargin` = String::hash("layout-margin"), :target:`LayoutMarginUnderscore` = String::hash("layout_margin"), :target:`RotationOriginPoint` = String::hash("rotation-origin-point"), :target:`ScaleOriginPoint` = String::hash("scale-origin-point"), :target:`BorderColor` = String::hash("border-color"), :target:`BorderWidth` = String::hash("border-width"), :target:`BorderRadius` = String::hash("border-radius"), :target:`MinSize` = String::hash("min-size"), :target:`MaxSize` = String::hash("max-size"), };