Enum
AppBarPositionMode

Controls the position mode of the AppBar.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public enum AppBarPositionMode

Fields

Fixed

Positions the AppBar relative to the viewport.

Declaration

cs-api-definition
Fixed = 2

Field Value

AppBarPositionMode

Static

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

Declaration

cs-api-definition
Static = 0

Field Value

AppBarPositionMode

Sticky

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

Declaration

cs-api-definition
Sticky = 1

Field Value

AppBarPositionMode

In this article
DefinitionFieldsFixedStaticSticky
Not finding the help you need?
Contact Support