Class CardIndicatorPosition
Defines the position of indicator in card view.
Inheritance
System.Object
CardIndicatorPosition
Namespace: Syncfusion.Maui.Toolkit.Cards
Assembly: Syncfusion.Maui.Toolkit.dll
Syntax
public sealed class CardIndicatorPosition : Enum
Fields
Bottom
Represents the bottom position of indicator.
Declaration
public const CardIndicatorPosition Bottom
Field Value
Left
Represents left position of indicator.
Declaration
public const CardIndicatorPosition Left
Field Value
Right
Represents the right position of indicator.
Declaration
public const CardIndicatorPosition Right
Field Value
Top
Represents top position of indicator.
Declaration
public const CardIndicatorPosition Top