Class AppBarPositionMode
Controls the position mode of the AppBar.
Inheritance
System.Object
AppBarPositionMode
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class AppBarPositionMode : Enum
Fields
Fixed
Positions the AppBar relative to the viewport.
Declaration
public const AppBarPositionMode Fixed
Field Value
AppBarPositionMode
|
Static
Positions the AppBar according to the normal flow of the page.
Declaration
public const AppBarPositionMode Static
Field Value
AppBarPositionMode
|
Sticky
Sticks the AppBar to a given position(top or bottom).
Declaration
public const AppBarPositionMode Sticky
Field Value
AppBarPositionMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|