Xamarin.Forms

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SelectionIndicatorPosition - Xamarin.Forms API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SelectionIndicatorPosition

    Describes the possible values for the position of selection strip in SfTabView control, selection indicator is to indicate the selected index in the SfTabView control.

    Inheritance
    System.Object
    SelectionIndicatorPosition
    Namespace: Syncfusion.XForms.TabView
    Assembly: Syncfusion.SfTabView.XForms.dll
    Syntax
    public sealed class SelectionIndicatorPosition : Enum

    Fields

    Bottom

    Specifies the bottom location for the selection indicator in SfTabView control.

    Declaration
    public const SelectionIndicatorPosition Bottom
    Field Value
    Type Description
    SelectionIndicatorPosition

    Fill

    Specifies the fill region for the selection indicator in SfTabView control.

    Declaration
    public const SelectionIndicatorPosition Fill
    Field Value
    Type Description
    SelectionIndicatorPosition
    Remarks

    Selection color of SfTabItem should be varied with the strip color when set this value. />

    Top

    Specifies the top location for the selection indicator in SfTabView control.

    Declaration
    public const SelectionIndicatorPosition Top
    Field Value
    Type Description
    SelectionIndicatorPosition

    value__

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