Show / Hide Table of Contents

    Class TwoButtonPage

    The TwoButtonPage is a page that has a rectangular area inside the circle as contents area. It also has two buttons and a Title area.

    Inheritance
    System.Object
    TwoButtonPage
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class TwoButtonPage : ContentPage

    Fields

    FirstButtonProperty

    BindableProperty. Identifies the FirstButton bindable property.

    Declaration
    public static readonly BindableProperty FirstButtonProperty
    Field Value
    Type Description
    BindableProperty

    OverlapProperty

    BindableProperty. Identifies the Overlap bindable property.

    Declaration
    public static readonly BindableProperty OverlapProperty
    Field Value
    Type Description
    BindableProperty

    SecondButtonProperty

    BindableProperty. Identifies the SecondButton bindable property.

    Declaration
    public static readonly BindableProperty SecondButtonProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    FirstButton

    Gets or sets left button of TwoButtonPage. Text property of MenuItem is ignored since button has no space to display text.

    Declaration
    public MenuItem FirstButton { get; set; }
    Property Value
    Type Description
    MenuItem

    Overlap

    Gets or sets the overlap or not overlap the buttons and page display.

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

    SecondButton

    Gets or sets right button of TwoButtonPage. Text property of MenuItem is ignored since button has no space to display text.

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