Show / Hide Table of Contents

    Class CircleStepper

    The CircleStepper is a class that extends Xamarin.Forms.Stepper for Circular UI.

    Inheritance
    System.Object
    CircleStepper
    Implements
    IRotaryFocusable
    ICircleSurfaceConsumer
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class CircleStepper : Stepper, IRotaryFocusable, ICircleSurfaceConsumer

    Fields

    IsWrapEnabledProperty

    BindableProperty. Identifies whether min/max value is wrapped or not.

    Declaration
    public static readonly BindableProperty IsWrapEnabledProperty
    Field Value
    Type Description
    BindableProperty

    LabelFormatProperty

    BindableProperty. Identifies the LabelFormat bindable property.

    Declaration
    public static readonly BindableProperty LabelFormatProperty
    Field Value
    Type Description
    BindableProperty

    MarkerColorProperty

    BindableProperty. Identifies the MarkerColor bindable property.

    Declaration
    [Obsolete("MarkerColor bindable property is obsolete as of Tizen.NET version 4.0.0 and is no longer supported")]
    public static readonly BindableProperty MarkerColorProperty
    Field Value
    Type Description
    BindableProperty

    MarkerLineWidthProperty

    BindableProperty. Identifies the MarkerLineWidth bindable property.

    Declaration
    [Obsolete("MarkerLineWidth bindable property is obsolete as of Tizen.NET version 4.0.0 and is no longer supported")]
    public static readonly BindableProperty MarkerLineWidthProperty
    Field Value
    Type Description
    BindableProperty

    TitleProperty

    BindableProperty. Identifies the Title bindable property.

    Declaration
    public static readonly BindableProperty TitleProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    CircleSurfaceProvider

    Gets or sets a CircleSurfaceProvider.

    Declaration
    public ICircleSurfaceProvider CircleSurfaceProvider { get; set; }
    Property Value
    Type Description
    ICircleSurfaceProvider

    IsWrapEnabled

    Gets or sets a status of Value is wrapped.

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

    LabelFormat

    Gets or sets format in which Value is shown

    Declaration
    public string LabelFormat { get; set; }
    Property Value
    Type Description
    System.String

    MarkerColor

    Gets or sets Marker color

    Declaration
    [Obsolete("MarkerColor is obsolete as of Tizen.NET version 4.0.0 and is no longer supported")]
    public Color MarkerColor { get; set; }
    Property Value
    Type Description
    Color

    MarkerLineWidth

    Gets or sets length of Marker

    Declaration
    [Obsolete("MarkerLineWidth is obsolete as of Tizen.NET version 4.0.0 and is no longer supported")]
    public int MarkerLineWidth { get; set; }
    Property Value
    Type Description
    System.Int32

    Title

    Gets or sets title

    Declaration
    public string Title { get; set; }
    Property Value
    Type Description
    System.String

    Events

    WheelAppeared

    Occurs when the circle stepper's wheel is appeared.

    Declaration
    public event EventHandler WheelAppeared
    Event Type
    Type Description
    System.EventHandler

    WheelDisappeared

    Occurs when the circle stepper's wheel is disappeared.

    Declaration
    public event EventHandler WheelDisappeared
    Event Type
    Type Description
    System.EventHandler

    Implements

    IRotaryFocusable
    ICircleSurfaceConsumer
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX