WinUI

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

    Show / Hide Table of Contents

    Class BadgeAnchor

    Defines the constants that specify the anchor position of the SfBadge.

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

    Fields

    Center

    The badge aligned to the center of the layout slot for the parent element.

    Declaration
    public const BadgeAnchor Center
    Field Value
    Type Description
    BadgeAnchor

    Custom

    The badge aligned to the custom value of the layout slot for the parent element.

    Declaration
    public const BadgeAnchor Custom
    Field Value
    Type Description
    BadgeAnchor
    Remarks

    Refer HorizontalAnchorPosition and VerticalAnchorPosition for custom alignment.

    Inside

    The badge aligned to the inside of the layout slot for the parent element.

    Declaration
    public const BadgeAnchor Inside
    Field Value
    Type Description
    BadgeAnchor

    Outside

    The badge aligned to the outside of the layout slot for the parent element.

    Declaration
    public const BadgeAnchor Outside
    Field Value
    Type Description
    BadgeAnchor

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved