Class AppBarMode
Specifies the height mode of the SfAppBar component which define the height of the AppBar.
Inheritance
System.Object
AppBarMode
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class AppBarMode : Enum
Fields
Dense
Specifies compressed (short) height for AppBar to accommodate all the app bar content in a denser layout.
Declaration
public const AppBarMode Dense
Field Value
Type |
---|
AppBarMode |
Prominent
Specifies longer height for the AppBar to show the longer titles, images, or to provide a stronger presence.
Declaration
public const AppBarMode Prominent
Field Value
Type |
---|
AppBarMode |
Regular
Specifies default height for the AppBar.
Declaration
public const AppBarMode Regular
Field Value
Type |
---|
AppBarMode |