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