New to Telerik UI for BlazorStart a free 30-day trial

Controls the position of the badge relative to the parent container.

Definition

Namespace:Telerik.Blazor

Assembly:Telerik.Blazor.dll

Syntax:

C#
public enum BadgePosition

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
In this article
DefinitionFieldsEdgeInlineInsideOutside
Not finding the help you need?
Contact Support