Class AppBarColor
Specifies the color of the SfAppBar component.
Inheritance
System.Object
AppBarColor
Namespace: Syncfusion.Blazor.Navigations
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class AppBarColor : Enum
Fields
Dark
Use dark color for AppBar.
Declaration
public const AppBarColor Dark
Field Value
Type |
---|
AppBarColor |
Inherit
Inherit color from parent for AppBar. AppBar background and colors inherited from it's parent element.
Declaration
public const AppBarColor Inherit
Field Value
Type |
---|
AppBarColor |
Light
Use light color for AppBar.
Declaration
public const AppBarColor Light
Field Value
Type |
---|
AppBarColor |
Primary
Use primary color for AppBar.
Declaration
public const AppBarColor Primary
Field Value
Type |
---|
AppBarColor |