Class ControlStyle

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
6

ControlStyle is a base class of NUI.Components style.

C#
Copy
public class ControlStyle : ViewStyle, IDynamicResourceHandler, IDisposable
Inheritance
Derived
Implements
IDisposable

Constructors

View Source

ControlStyle()

Creates a new instance of a ControlStyle.

Declaration
C#
Copy
public ControlStyle()
API Level: 6
View Source

ControlStyle(ControlStyle)

Creates a new instance of a ControlStyle with style.

Declaration
C#
Copy
public ControlStyle(ControlStyle style)
Parameters
Type Name Description
ControlStyle style

Create ControlStyle by style customized by user.

API Level: 6

Implements

IDisposable

Extension Methods