Class TabContent
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
TabContent is a class which contains a set of Views and has one of them selected.
public class TabContent : Control, INotifyPropertyChanged, IDisposable
- Inheritance
-
objectTizen.
NUI. Binding. Element Tizen.NUI. Components. Control TabContent
- Implements
-
System.
Component Model. INotify Property Changed System.IDisposable
Constructors
View SourceTabContent()
Creates a new instance of TabContent.
Declaration
public TabContent()
Properties
View SourceViewCount
Gets the count of views.
Declaration
public int ViewCount { get; }
Property Value
Type | Description |
---|---|
int |
Methods
View SourceGetView(int)
Gets the view at the specified index of TabContent.
The indices of views in TabContent are basically the order of adding to TabContent by Add
Declaration
public View GetView(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of a view in TabContent where the specified view exists. |
Returns
Type | Description |
---|---|
View |
Exceptions
Type | Condition |
---|---|
System. |
Thrown when the index is less than 0, or greater than or equal to the number of views. |
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable