Show / Hide Table of Contents

    Class Check

    The check widget allows for toggling a value between true and false. The check is extension of Xamarin.Forms.Switch.

    Inheritance
    System.Object
    Check
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    [Obsolete("Check is obsolete as of version 1.5.0. Please use Xamarin.Forms.Switch instead.")]
    public class Check : Switch
    Examples
    var check = new Check
    {
        HorizontalOptions = LayoutOptions.Center,
        VerticalOptions = LayoutOptions.Center,
        DisplayStyle = "Onoff"
    }

    Fields

    ColorProperty

    BindableProperty. Identifies the Color bindable property.

    Declaration
    public static readonly BindableProperty ColorProperty
    Field Value
    Type Description
    BindableProperty

    DisplayStyleProperty

    BindableProperty. Identifies the DisplayStyle bindable property.

    Declaration
    public static readonly BindableProperty DisplayStyleProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    Color

    Gets or sets a color value of Check.

    Declaration
    public Color Color { get; set; }
    Property Value
    Type Description
    Color

    DisplayStyle

    Gets or sets display style of Check.

    Declaration
    public CheckDisplayStyle DisplayStyle { get; set; }
    Property Value
    Type Description
    CheckDisplayStyle
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX