Class BadgeVerticalAlign
Determines if the Badge will touch the parent container with its top or bottom side.
Inheritance
System.Object
BadgeVerticalAlign
Namespace: Telerik.Blazor
Assembly: Telerik.Blazor.dll
Syntax
public sealed class BadgeVerticalAlign : Enum
Fields
Bottom
Aligns the Badge below the parent element.
Declaration
public const BadgeVerticalAlign Bottom
Field Value
BadgeVerticalAlign
|
Top
Aligns the Badge above the parent element.
Declaration
public const BadgeVerticalAlign Top
Field Value
BadgeVerticalAlign
|
value__
Declaration
public int value__
Field Value
System.Int32
|