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.
[Obsolete("Deprecated in API8; Will be removed in API10")]
public class Popup : Control, INotifyPropertyChanged, IDisposable
- Inheritance
-
object
Tizen.NUI.Binding.Element
Tizen.NUI.Components.Control
Popup
- Implements
-
System.ComponentModel.INotifyPropertyChanged
System.IDisposable
Constructors
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public Popup()
Properties
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public int ButtonCount { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public string ButtonFontFamily { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public int ButtonHeight { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public HorizontalAlignment ButtonTextAlignment { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public Color ButtonTextColor { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public float ButtonTextPointSize { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public View ContentView { get; }
Property Value
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public int TitleHeight { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public float TitlePointSize { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public string TitleText { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public Color TitleTextColor { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public HorizontalAlignment TitleTextHorizontalAlignment { get; set; }
Property Value
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public Position TitleTextPosition { get; set; }
Property Value
Methods
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
protected override void Dispose(DisposeTypes type)
Parameters
Overrides
Tizen.NUI.Components.Control.Dispose(Tizen.NUI.DisposeTypes)
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
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
[Obsolete("Deprecated in API8; Will be removed in API10")]
public event EventHandler<Popup.ButtonClickEventArgs> PopupButtonClickEvent
Event Type
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable