Show / Hide Table of Contents

    Class IndicatorView

    The IndicatorView is a control that displays indicators that represent the number of items, and current position, in a CarouselView.

    Inheritance
    System.Object
    IndicatorView
    Namespace: Tizen.UIExtensions.ElmSharp
    Assembly: Tizen.UIExtensions.ElmSharp.dll
    Syntax
    public class IndicatorView : Index

    Constructors

    IndicatorView(EvasObject)

    Declaration
    public IndicatorView(EvasObject parent)
    Parameters
    Type Name Description
    EvasObject parent

    Methods

    AppendIndex(Int32)

    Update the number of index.

    Declaration
    public void AppendIndex(int count = 1)
    Parameters
    Type Name Description
    System.Int32 count

    ClearIndex()

    Clear the index.

    Declaration
    public void ClearIndex()

    UpdateSelectedIndex(Int32)

    Update the selection status of index.

    Declaration
    public void UpdateSelectedIndex(int index)
    Parameters
    Type Name Description
    System.Int32 index

    Events

    SelectedPosition

    Occurs when the IndicatorView.Position selected.

    Declaration
    public event EventHandler<SelectedPositionChangedEventArgs> SelectedPosition
    Event Type
    Type Description
    System.EventHandler<SelectedPositionChangedEventArgs>
    Back to top Copyright © 2021 Samsung
    Generated by DocFX