menu

Xamarin.Android

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

    Show / Hide Table of Contents

    Class SelectionIndicatorPosition

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

    Inheritance
    System.Object
    SelectionIndicatorPosition
    Namespace: Syncfusion.Android.Buttons
    Assembly: Syncfusion.Buttons.Android.dll
    Syntax
    public sealed class SelectionIndicatorPosition : Enum

    Fields

    Border

    Specifies the border to cover the outer region of the selected item in SfSegmentedControl View.

    Declaration
    public const SelectionIndicatorPosition Border
    Field Value
    Type
    SelectionIndicatorPosition
    Remarks

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

    Bottom

    Specifies the bottom location for the selection indicator in SfSegmentedControl View.

    Declaration
    public const SelectionIndicatorPosition Bottom
    Field Value
    Type
    SelectionIndicatorPosition

    Fill

    Specifies the fill region for the selection indicator in SfSegmentedControl View.

    Declaration
    public const SelectionIndicatorPosition Fill
    Field Value
    Type
    SelectionIndicatorPosition
    Remarks

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

    Top

    Specifies the top location for the selection indicator in SfSegmentedControl View.

    Declaration
    public const SelectionIndicatorPosition Top
    Field Value
    Type
    SelectionIndicatorPosition
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved