Class BadgeAlignment
Defines the alignment for the badge.
Inheritance
System.Object
BadgeAlignment
Namespace: Syncfusion.Maui.Core
Assembly: Syncfusion.Maui.Core.dll
Syntax
public sealed class BadgeAlignment : Enum
Fields
Center
To define the badge alignment as center.
Declaration
public const BadgeAlignment Center
Field Value
Type |
---|
BadgeAlignment |
End
To define the badge alignment as end.
Declaration
public const BadgeAlignment End
Field Value
Type |
---|
BadgeAlignment |
Start
To define the badge alignment as start.
Declaration
public const BadgeAlignment Start
Field Value
Type |
---|
BadgeAlignment |