EnumBadgePosition
Enum
Controls the position of the badge relative to the parent container.
Definition
Namespace:Telerik.Blazor
Assembly:Telerik.Blazor.dll
Syntax:
cs-api-definition
public enum BadgePosition
Fields
Edge
Positions the Badge on the edge of the parent element.
Inline
Positions the Badge inline as part of the normal content flow. HorizontalAlign and VerticalAlign have no effect.
Inside
Positions the Badge inside the parent element.
Outside
Positions the Badge outside the parent element.