BarLayoutBehavior Enum
Definition
Controls how the navigation bar interacts with the page content area.
public enum BarLayoutBehavior
Fields
| Name | Description |
|---|---|
| Inset | Default. The navigation bar takes up layout space; page content is laid out below it. |
| Overlay | The navigation bar floats above the page content. Content extends behind the bar. |
Inset Field
Default. The navigation bar takes up layout space; page content is laid out below it.
public Avalonia.Controls.BarLayoutBehavior Inset
Overlay Field
The navigation bar floats above the page content. Content extends behind the bar.
public Avalonia.Controls.BarLayoutBehavior Overlay