Enum AppBarMode
Specifies the height mode of the SfAppBar component which define the height of the AppBar.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public enum AppBarMode
Fields
| Name | Description |
|---|---|
| Dense | Specifies compressed (short) height for AppBar to accommodate all the app bar content in a denser layout. |
| Prominent | Specifies longer height for the AppBar to show the longer titles, images, or to provide a stronger presence. |
| Regular | Specifies default height for the AppBar. |