Show / Hide Table of Contents

    Interface IButton

    Namespace: Tizen.UIExtensions.Common.GraphicsView
    Assembly: Tizen.UIExtensions.NUI.dll
    Syntax
    public interface IButton

    Properties

    BackgroundColor

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

    CornerRadius

    Declaration
    double CornerRadius { get; }
    Property Value
    Type Description
    System.Double

    IsPressed

    Declaration
    bool IsPressed { get; }
    Property Value
    Type Description
    System.Boolean

    Text

    Declaration
    string Text { get; }
    Property Value
    Type Description
    System.String

    TextColor

    Declaration
    Color TextColor { get; }
    Property Value
    Type Description
    Color
    Back to top Copyright © 2021 Samsung
    Generated by DocFX