Class ContentPage

    Definition

    Namespace:
    Tizen.NUI.Components
    Assembly:
    Tizen.NUI.Components.dll

    The ContentPage class is a class which is a formatted full screen page. ContentPage contains title app bar and content.

    public class ContentPage : Page, INotifyPropertyChanged, IDisposable
    Inheritance
    object
    BindableObject
    Tizen.NUI.Binding.Element
    BaseHandle
    Animatable
    Container
    View
    ViewWrapper
    CustomView
    VisualView
    Tizen.NUI.Components.Control
    Page
    ContentPage
    Implements
    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable

    Constructors

    View Source

    ContentPage()

    Creates a new instance of a ContentPage.

    Declaration
    public ContentPage()

    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
    public AppBar AppBar { get; set; }
    Property Value
    Type Description
    AppBar
    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
    public View Content { get; set; }
    Property Value
    Type Description
    View

    Implements

    System.ComponentModel.INotifyPropertyChanged
    System.IDisposable
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX