Class StyleBase
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
- API Level:
- 8
StyleBase class.
public class StyleBase
- Inheritance
-
StyleBase
Constructors
View SourceStyleBase()
StyleBase construct.
Declaration
public StyleBase()
API Level: 8
Properties
View SourceContent
Content object.
Declaration
protected object Content { get; set; }
Property Value
Type | Description |
---|---|
Object |
API Level: 8
Methods
View SourceGetViewStyle()
Get view style.
Declaration
protected virtual ViewStyle GetViewStyle()
Returns
Type | Description |
---|---|
Tizen.NUI.BaseComponents.ViewStyle | ViewStyle |