BadgePosition
Enum
Controls the position of the badge relative to the parent container.
Definition
Fields
Positions the Badge on the edge of the parent element.
C#
Edge = 2
Positions the Badge inline as part of the normal content flow. HorizontalAlign and VerticalAlign have no effect.
C#
Inline = 3
Positions the Badge inside the parent element.
C#
Inside = 0
Positions the Badge outside the parent element.
C#
Outside = 1