Class BadgePosition
Controls the position of the badge relative to the parent container.
Inheritance
System.Object
BadgePosition
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class BadgePosition : Enum
Fields
Edge
Positions the Badge on the edge of the parent element.
Declaration
public const BadgePosition Edge
Field Value
BadgePosition
|
Inside
Positions the Badge inside the parent element.
Declaration
public const BadgePosition Inside
Field Value
BadgePosition
|
Outside
Positions the Badge outside the parent element.
Declaration
public const BadgePosition Outside
Field Value
BadgePosition
|
value__
Declaration
public int value__
Field Value
System.Int32
|