Class AppBarPosition
Defines where in the page the AppBar will be positioned.
Inheritance
System.Object
AppBarPosition
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class AppBarPosition : Enum
Fields
Bottom
Positions the AppBar at the bottom of the page/container.
Declaration
public const AppBarPosition Bottom
Field Value
AppBarPosition
|
None
Does not add specific positioning syles.
Declaration
public const AppBarPosition None
Field Value
AppBarPosition
|
Top
Postions the AppBar at the top of the page/container.
Declaration
public const AppBarPosition Top
Field Value
AppBarPosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|