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
-
objectTizen.NUI.Binding.ElementTizen.NUI.Components.ControlDialog
- Implements
-
System.ComponentModel.INotifyPropertyChangedSystem.IDisposable
Constructors
View SourceDialog()
Creates a new instance of Dialog.
Declaration
public Dialog()
Properties
View SourceContent
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