alexa
menu

WPF

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

    Show / Hide Table of Contents

    Class BadgeAnimationType

    Defines the constants that specify the animation type of the SfBadge.

    Inheritance
    System.Object
    BadgeAnimationType
    Namespace: Syncfusion.Windows.Controls.Notification
    Assembly: Syncfusion.Tools.Wpf.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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved