menu

Xamarin.Forms

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BadgeType - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BadgeType

    Defines the badge type for the badge control.

    Inheritance
    System.Object
    BadgeType
    Namespace: Syncfusion.XForms.BadgeView
    Assembly: Syncfusion.SfBadgeView.XForms.dll
    Syntax
    public sealed class BadgeType : Enum

    Fields

    Dark

    Defines the badge type as dark for the badge control

    Declaration
    public const BadgeType Dark
    Field Value
    Type
    BadgeType

    Error

    Defines the badge type as danger for the badge control

    Declaration
    public const BadgeType Error
    Field Value
    Type
    BadgeType

    Info

    Defines the badge type as info for the badge control

    Declaration
    public const BadgeType Info
    Field Value
    Type
    BadgeType

    Light

    Defines the badge type as light for the badge control

    Declaration
    public const BadgeType Light
    Field Value
    Type
    BadgeType

    None

    Defines the badge type as none for the badge control

    Declaration
    public const BadgeType None
    Field Value
    Type
    BadgeType

    Primary

    Defines the badge type as primary for the badge control

    Declaration
    public const BadgeType Primary
    Field Value
    Type
    BadgeType

    Secondary

    Defines the badge type as secondary for the badge control

    Declaration
    public const BadgeType Secondary
    Field Value
    Type
    BadgeType

    Success

    Defines the badge type as success for the badge control

    Declaration
    public const BadgeType Success
    Field Value
    Type
    BadgeType

    Warning

    Defines the badge type as warning for the badge control

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