Show / Hide Table of Contents

    Class SelectModeImageCell

    An ImageCell supports a selection mode.

    Inheritance
    System.Object
    SelectModeImageCell
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class SelectModeImageCell : ImageCell, ISelectModeCell

    Fields

    IsSelectedProperty

    Identifies the On bindable property.

    Declaration
    public static readonly BindableProperty IsSelectedProperty
    Field Value
    Type Description
    BindableProperty

    IsSelectionModeEnabledProperty

    Identifies the Text bindable property.

    Declaration
    public static readonly BindableProperty IsSelectionModeEnabledProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    IsSelected

    Gets or sets the state of the selection. This is a bindable property.

    Declaration
    public bool IsSelected { get; set; }
    Property Value
    Type Description
    System.Boolean

    IsSelectionModeEnabled

    Gets or sets whether to enable the selection mode or not. This is a bindable property.

    Declaration
    public bool IsSelectionModeEnabled { get; set; }
    Property Value
    Type Description
    System.Boolean

    Events

    SelectionChanged

    Triggered when IsSelected changed.

    Declaration
    public event EventHandler<ToggledEventArgs> SelectionChanged
    Event Type
    Type Description
    System.EventHandler<ToggledEventArgs>
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX