Class AppBarPosition
Specifies the position of the SfAppBar component.
Inheritance
System.Object
AppBarPosition
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class AppBarPosition : Enum
Fields
Bottom
Position the AppBar at the bottom.
Declaration
public const AppBarPosition Bottom
Field Value
| Type |
|---|
| AppBarPosition |
Top
Position the AppBar at the top.
Declaration
public const AppBarPosition Top
Field Value
| Type |
|---|
| AppBarPosition |