Class ContentPage
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
- API Level:
- 9
The ContentPage class is a class which is a formatted full screen page. ContentPage contains title app bar and content.
C#Copypublic class ContentPage : Page, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable, IResourcesProvider
- Inheritance
-
System.ObjectTizen.NUI.Binding.ElementTizen.NUI.Components.ControlContentPage
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
Declaration
C#Copypublic ContentPage()
API Level: 9
Properties
View Source
AppBar
AppBar of ContentPage. AppBar is added as a child of ContentPage automatically. AppBar is positioned at the top of the Page.
Declaration
C#Copypublic AppBar AppBar { get; set; }
Property Value
Type | Description |
---|---|
AppBar |
API Level: 9
View Source
Content
Content of ContentPage. Content is added as a child of ContentPage automatically. Content is positioned below AppBar. Content is resized to fill the full screen except AppBar.
Declaration
C#Copypublic View Content { get; set; }
Property Value
Type | Description |
---|---|
View |
API Level: 9
Methods
View Source
RestoreKeyFocus()
for the case of ContentPage, it sets key focus on AppBar's NavigationContent
Declaration
C#Copyprotected override void RestoreKeyFocus()
Overrides
Tizen.NUI.Components.Page.RestoreKeyFocus()
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable