Class Dialog

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll
API Level:
9

Dialog class shows a dialog with content.

C#
Copy
public class Dialog : Control, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable, IResourcesProvider
Inheritance
System.Object
Tizen.NUI.Binding.Element
Tizen.NUI.Components.Control
Dialog
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable

Constructors

View Source

Dialog()

Creates a new instance of Dialog.

Declaration
C#
Copy
public Dialog()
API Level: 9

Properties

View Source

Content

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

Declaration
C#
Copy
public View Content { get; set; }
Property Value
Type Description
View
API Level: 9

Implements

System.ComponentModel.INotifyPropertyChanged
System.IDisposable