Class BadgeHorizontalAlign
Determines if the left or the right side of the Badge will touch its parent container.
Inheritance
System.Object
BadgeHorizontalAlign
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class BadgeHorizontalAlign : Enum
Fields
End
Aligns the Badge on the right corner of the parent element.
Declaration
public const BadgeHorizontalAlign End
Field Value
BadgeHorizontalAlign
|
Start
Aligns the Badge on the left corner of the parent element.
Declaration
public const BadgeHorizontalAlign Start
Field Value
BadgeHorizontalAlign
|
value__
Declaration
public int value__
Field Value
System.Int32
|