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 |
---|
BadgeFill |
Alt
Specifies an alt badge.
Declaration
public const BadgeFill Alt
Field Value
Type |
---|
BadgeFill |
Default
Specifies a default badge.
Declaration
public const BadgeFill Default
Field Value
Type |
---|
BadgeFill |
Error
Specifies an error badge.
Declaration
public const BadgeFill Error
Field Value
Type |
---|
BadgeFill |
Information
Specifies an information badge.
Declaration
public const BadgeFill Information
Field Value
Type |
---|
BadgeFill |
Success
Specifies a success badge.
Declaration
public const BadgeFill Success
Field Value
Type |
---|
BadgeFill |
Warning
Specifies a warning badge.
Declaration
public const BadgeFill Warning
Field Value
Type |
---|
BadgeFill |