Enum AppBarColor
Specifies the color of the SfAppBar component.
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public enum AppBarColor
Fields
| Name | Description |
|---|---|
| Dark | Use dark color for AppBar. |
| Inherit | Inherit color from parent for AppBar. AppBar background and colors inherited from it's parent element. |
| Light | Use light color for AppBar. |
| Primary | Use primary color for AppBar. |