Class BadgeAnimationType
Defines the constants that specify the animation type of the SfBadge.
Inheritance
System.Object
BadgeAnimationType
Namespace: Syncfusion.UI.Xaml.Notifications
Assembly: Syncfusion.Notifications.WinUI.dll
Syntax
public sealed class BadgeAnimationType : Enum
Fields
None
Specifies a badge without animation.
Declaration
public const BadgeAnimationType None
Field Value
Type |
---|
BadgeAnimationType |
Opacity
Specifies a badge with opacity animation.
Declaration
public const BadgeAnimationType Opacity
Field Value
Type |
---|
BadgeAnimationType |
Scale
Specifies a badge with scale animation.
Declaration
public const BadgeAnimationType Scale
Field Value
Type |
---|
BadgeAnimationType |