DividerA hairline between content groups — the lightest grouping tool there is.
using eQuantic.UI.Components;
new Divider { Inset = DividerInset.Content, Axis = DividerAxis.Horizontal }
Prop
Type
Default
Description
Axis
DividerAxis
Horizontal
Horizontal or Vertical.
Inset
DividerInset
None
Where the line starts — align it to the content, not the container edge.
Default
One physical pixel, never scaled by density
•
Decorative and hidden from assistive tech. A real section break deserves a heading instead.
•
Separating list rows or dense groups where space alone is not enough.
•
A divider plus a gap plus a card — pick one.
NOTEEvery dimension resolves through Sizing.*(SizeVariant) and the token scales — never a literal. Source: src/eQuantic.UI.Components/Divider.cs.