menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AppBarColor - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved