Xamarin.Forms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class IndicatorPosition

    Show / Hide Table of Contents

    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 Description
    IndicatorPosition

    Left

    Represents left position of indicator.

    Declaration
    public const IndicatorPosition Left
    Field Value
    Type Description
    IndicatorPosition

    Right

    Represents the right position of indicator.

    Declaration
    public const IndicatorPosition Right
    Field Value
    Type Description
    IndicatorPosition

    Top

    Represents top position of indicator.

    Declaration
    public const IndicatorPosition Top
    Field Value
    Type Description
    IndicatorPosition

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved