Show / Hide Table of Contents

    Class ActionButtonItem

    The ActionButtonItem is a class that presents a menu item and associates it with a command

    Inheritance
    System.Object
    ActionButtonItem
    Namespace: Tizen.Wearable.CircularUI.Forms
    Assembly: Tizen.Wearable.CircularUI.Forms.dll
    Syntax
    [Obsolete("ActionButtonItem is obsolete as of version 1.5.0. Please use Xamarin.Forms.Button with with Button.Style(TizenSpecific) or ContentButton instead.")]
    public class ActionButtonItem : MenuItem

    Fields

    BackgroundColorProperty

    BindableProperty. Identifies the BackgroundColor bindable property.

    Declaration
    public static readonly BindableProperty BackgroundColorProperty
    Field Value
    Type Description
    BindableProperty

    IsEnableProperty

    BindableProperty. Identifies the IsEnable bindable property.

    Declaration
    public static readonly BindableProperty IsEnableProperty
    Field Value
    Type Description
    BindableProperty

    IsVisibleProperty

    BindableProperty. Identifies the IsVisible bindable property.

    Declaration
    public static readonly BindableProperty IsVisibleProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    BackgroundColor

    Gets or sets a background color value of ActionButtonItem.

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

    IsEnable

    Gets or sets a boolean value that indicates whether this ActionButtonItem is enabled.

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

    IsVisible

    Gets or sets a boolean value that indicates whether this ActionButtonItem is visible.

    Declaration
    public bool IsVisible { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Copyright © 2018-2019 Samsung
    Generated by DocFX