menu

Xamarin.Forms

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

    Show / Hide Table of Contents

    Class BadgePosition

    Defines the position for badge control.

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

    Fields

    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

    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