WinUI

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BadgeFill

    Show / Hide Table of Contents

    Class BadgeFill

    Defines the constants that specify the background of the SfBadge.

    Inheritance
    System.Object
    BadgeFill
    Namespace: Syncfusion.UI.Xaml.Notifications
    Assembly: Syncfusion.Notifications.WinUI.dll
    Syntax
    public sealed class BadgeFill : Enum

    Fields

    Accent

    Specifies an accent badge.

    Declaration
    public const BadgeFill Accent
    Field Value
    Type Description
    BadgeFill

    Alt

    Specifies an alt badge.

    Declaration
    public const BadgeFill Alt
    Field Value
    Type Description
    BadgeFill

    Default

    Specifies a default badge.

    Declaration
    public const BadgeFill Default
    Field Value
    Type Description
    BadgeFill

    Error

    Specifies an error badge.

    Declaration
    public const BadgeFill Error
    Field Value
    Type Description
    BadgeFill

    Information

    Specifies an information badge.

    Declaration
    public const BadgeFill Information
    Field Value
    Type Description
    BadgeFill

    Success

    Specifies a success badge.

    Declaration
    public const BadgeFill Success
    Field Value
    Type Description
    BadgeFill

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Warning

    Specifies a warning badge.

    Declaration
    public const BadgeFill Warning
    Field Value
    Type Description
    BadgeFill
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved