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