eQuantic.UIeQuantic.UI
Docs
Playground
GitHub
DocsSurfaces & display
Divider
View source
1 min read
A hairline between content groups — the lightest grouping tool there is.
1
using eQuantic.UI.Components;
AXIS
Horizontal
Vertical
Usage
1
new Divider { Inset = DividerInset.Content, Axis = DividerAxis.Horizontal }
API
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.
States
State
Rendering
Default
One physical pixel, never scaled by density
Accessibility
Decorative and hidden from assistive tech. A real section break deserves a heading instead.
When to use
Separating list rows or dense groups where space alone is not enough.
Avoid
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.