WinUI

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

    Show / Hide Table of Contents

    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 Description
    BadgeAnimationType

    Opacity

    Specifies a badge with opacity animation.

    Declaration
    public const BadgeAnimationType Opacity
    Field Value
    Type Description
    BadgeAnimationType

    Scale

    Specifies a badge with scale animation.

    Declaration
    public const BadgeAnimationType Scale
    Field Value
    Type Description
    BadgeAnimationType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved