Skip to main content

BarLayoutBehavior Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Controls how the navigation bar interacts with the page content area.

public enum BarLayoutBehavior

Inheritance: Enum -> BarLayoutBehavior

Fields

NameDescription
InsetDefault. The navigation bar takes up layout space; page content is laid out below it.
OverlayThe 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