Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
Popup is one kind of common component, it can be used as popup window.
User can handle Popup button count, head title and content area.
public class Popup : Control, INotifyPropertyChanged, IDisposable
- Inheritance
-
object
Tizen.NUI.Binding.BindableObject
Tizen.NUI.Binding.Element
Tizen.NUI.Components.Control
Popup
- Implements
-
System.ComponentModel.INotifyPropertyChanged
System.IDisposable
Constructors
Declaration
Properties
Declaration
public int ButtonCount { get; set; }
Property Value
Declaration
public string ButtonFontFamily { get; set; }
Property Value
Declaration
public int ButtonHeight { get; set; }
Property Value
Declaration
public HorizontalAlignment ButtonTextAlignment { get; set; }
Property Value
Declaration
public Color ButtonTextColor { get; set; }
Property Value
Declaration
public float ButtonTextPointSize { get; set; }
Property Value
Declaration
public View ContentView { get; }
Property Value
Declaration
public int TitleHeight { get; set; }
Property Value
Declaration
public float TitlePointSize { get; set; }
Property Value
Declaration
public string TitleText { get; set; }
Property Value
Declaration
public Color TitleTextColor { get; set; }
Property Value
Declaration
public HorizontalAlignment TitleTextHorizontalAlignment { get; set; }
Property Value
Declaration
public Position TitleTextPosition { get; set; }
Property Value
Methods
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
Overrides
Tizen.NUI.Components.Control.Dispose(Tizen.NUI.DisposeTypes)
Declaration
public void SetButtonText(int index, string text)
Parameters
Type |
Name |
Description |
int |
index |
Button index.
|
string |
text |
Button text string.
|
Events
View Source
An event for the button clicked signal which can be used to subscribe or unsubscribe the event handler provided by the user.
Declaration
public event EventHandler<Popup.ButtonClickEventArgs> PopupButtonClickEvent
Event Type
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable