Show / Hide Table of Contents

    Class PopupEntry

    The PopupEntry is a class that extends Xamarin.Forms.Entry. It makes a new layer when editing text on the entry.

    Inheritance
    System.Object
    PopupEntry
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    public class PopupEntry : Entry

    Fields

    IsPopupOpenedProperty

    BindableProperty. Identifies whether Popup is opended or not.

    Declaration
    public static readonly BindableProperty IsPopupOpenedProperty
    Field Value
    Type Description
    BindableProperty

    PopupBackgroundColorProperty

    BindableProperty. Identifies color of Popup background.

    Declaration
    public static readonly BindableProperty PopupBackgroundColorProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    IsPopupOpened

    Gets or sets a status of Popup's open.

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

    PopupBackgroundColor

    Gets or sets a color value of Popup.

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