Enum
AppBarPositionMode

Controls the position mode of the AppBar.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

public enum AppBarPositionMode

Fields

Fixed

Positions the AppBar relative to the viewport.

Declaration

Fixed = 2

Field Value

AppBarPositionMode

Static

Positions the AppBar according to the normal flow of the page.

Declaration

Static = 0

Field Value

AppBarPositionMode

Sticky

Sticks the AppBar to a given position(top or bottom).

Declaration

Sticky = 1

Field Value

AppBarPositionMode