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 |