Enum BadgePlacement
Specifies the placement of the badge relative to its wrapped content.
public enum BadgePlacement
Fields
Bottom = 5Badge appears at the bottom center.
BottomLeft = 6Badge appears at the bottom-left corner.
BottomRight = 4Badge appears at the bottom-right corner.
Left = 7Badge appears at the center-left edge.
Right = 3Badge appears at the center-right edge.
Top = 1Badge appears at the top center.
TopLeft = 0Badge appears at the top-left corner.
TopRight = 2Badge appears at the top-right corner (default).