Table of Contents

Enum BadgePlacement

Namespace
Nova.Avalonia.UI.Controls
Assembly
Nova.Avalonia.UI.dll

Specifies the placement of the badge relative to its wrapped content.

public enum BadgePlacement

Fields

Bottom = 5

Badge appears at the bottom center.

BottomLeft = 6

Badge appears at the bottom-left corner.

BottomRight = 4

Badge appears at the bottom-right corner.

Left = 7

Badge appears at the center-left edge.

Right = 3

Badge appears at the center-right edge.

Top = 1

Badge appears at the top center.

TopLeft = 0

Badge appears at the top-left corner.

TopRight = 2

Badge appears at the top-right corner (default).