Enum LaravelUi5\Core\Ui5\Controls\Lux\Margin

implements BackedEnum

UI5 predefined CSS margin classes (addStyleClass() / class="…").

The classes the OpenUI5 framework ships so you never hand-roll a margin. Four sizes — {@see Tiny} (0.25rem), {@see Small} (0.5rem), {@see Medium} (1rem), {@see Large} (2rem) — each available all-round or on a single edge / pair of edges, plus a {@see Responsive} margin that adapts to the screen size, a {@see None} reset family, the *Negative* pull-margins, and {@see ForceWidthAuto}.

Edge naming is RTL-aware: Begin = left in LTR / right in RTL, End = the mirror. BeginEnd = both horizontal edges; TopBottom = both vertical edges.

Use on a control's class seat. For a margin and a padding on the same control, combine via the raw-string form ('sapUiSmallMargin sapUiResponsiveContentPadding') — class accepts one enum case or a free CSS string.

Cases