AlertDialog
AlertDialog class shows a dialog with title, message, and action buttons.
Add namespace
To implement AlertDialog, include Tizen.NUI.Components
and namespace in your application:
avrasm
Copy
xmlns:comp="clr-namespace:Tizen.NUI.Components;assembly=Tizen.NUI.Components"
Create with property
To create an AlertDialog, follow these steps:
-
Create AlertDialog in XAML:
routerosCopy<comp:AlertDialog Text="dialog" Title="Title" Message="Message" Position="200,200" WidthSpecification="300" HeightSpecification="300"/>
-
The following output is generated when the AlertDialog is created using property:
Related information
- Dependencies
- Tizen 6.5 and Higher
Submit your feedback to GitHub