AppBarThe top bar of a screen: title, leading action, trailing actions, and a raised state once the content scrolls.
using eQuantic.UI.Components;
Leading = new IconButton(Icons.ArrowLeft, "Back", onPressed: Nav.Pop),
Prop
Type
Default
Description
Title
string
—
The current screen. Truncates with an ellipsis, never wraps.
Leading
VisualNode?
null
Back, close, or the drawer button.
Scrolled
bool
false
Raises the bar so it separates from the content beneath it.
Scrolled
Shadow or bottom hairline
•
The title is the screen heading; name the leading action for what it does — "Back to Accounts".
•
Every screen with a title or a way back.
•
More than three trailing actions.
•
A title that repeats the tab label right below it.
NOTEEvery dimension resolves through Sizing.*(SizeVariant) and the token scales — never a literal. Source: src/eQuantic.UI.Components/AppBar.cs.