menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class BadgePosition - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class BadgePosition

    Defines the position of the badge over the badge view control.

    Inheritance
    System.Object
    BadgePosition
    Namespace: Syncfusion.Maui.Core
    Assembly: Syncfusion.Maui.Core.dll
    Syntax
    public sealed class BadgePosition : Enum

    Fields

    Bottom

    To set the badge control at the bottom corner to the badge content.

    Declaration
    public const BadgePosition Bottom
    Field Value
    Type
    BadgePosition

    BottomLeft

    To set the badge control at the bottom left corner to the badge content.

    Declaration
    public const BadgePosition BottomLeft
    Field Value
    Type
    BadgePosition

    BottomRight

    To set the badge control at the bottom right corner to the badge content.

    Declaration
    public const BadgePosition BottomRight
    Field Value
    Type
    BadgePosition

    Left

    To set the badge control at the left corner to the badge content.

    Declaration
    public const BadgePosition Left
    Field Value
    Type
    BadgePosition

    Right

    To set the badge control at the right corner to the badge content.

    Declaration
    public const BadgePosition Right
    Field Value
    Type
    BadgePosition

    Top

    To set the badge control at the top corner to the badge content.

    Declaration
    public const BadgePosition Top
    Field Value
    Type
    BadgePosition

    TopLeft

    To set the badge control at the top left corner to the content.

    Declaration
    public const BadgePosition TopLeft
    Field Value
    Type
    BadgePosition

    TopRight

    To set the badge control at the top right corner to the badge content.

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