menu

WinUI

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BadgeShape - WinUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BadgeShape

    Defines the constants that specify the shape of the SfBadge.

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

    Fields

    Custom

    Specifies that SfBadge uses CustomShape as background of badge.

    Declaration
    public const BadgeShape Custom
    Field Value
    Type
    BadgeShape

    Ellipse

    Specifies the ellipse shape for the badge.

    Declaration
    public const BadgeShape Ellipse
    Field Value
    Type
    BadgeShape

    None

    Specifies the badge without shape.

    Declaration
    public const BadgeShape None
    Field Value
    Type
    BadgeShape

    Oval

    Specifies the oval shape for the badge.

    Declaration
    public const BadgeShape Oval
    Field Value
    Type
    BadgeShape

    Rectangle

    Specifies the rectangle shape for the badge.

    Declaration
    public const BadgeShape Rectangle
    Field Value
    Type
    BadgeShape
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved