Class Dialog

    Definition

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

    Dialog class shows a dialog with content.

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

    Constructors

    View Source

    Dialog()

    Creates a new instance of Dialog.

    Declaration
    public Dialog()

    Properties

    View Source

    Content

    Popup content of Dialog. Content is added as a child of Dialog automatically.

    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