Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
- API Level:
- 6
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, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable, IResourcesProvider
- Inheritance
-
Tizen.NUI.Binding.BindableObject
Tizen.NUI.Binding.Element
Tizen.NUI.Components.Control
Popup
- Implements
-
System.ComponentModel.INotifyPropertyChanged
System.IDisposable
Constructors
Declaration
API Level: 6
Properties
Declaration
public int ButtonCount { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 6
Declaration
public string ButtonFontFamily { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 6
Declaration
public int ButtonHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 6
Declaration
public HorizontalAlignment ButtonTextAlignment { get; set; }
Property Value
API Level: 6
Declaration
public Color ButtonTextColor { get; set; }
Property Value
API Level: 6
Declaration
public float ButtonTextPointSize { get; set; }
Property Value
Type |
Description |
System.Single |
|
API Level: 6
Declaration
public View ContentView { get; }
Property Value
API Level: 6
Declaration
public int TitleHeight { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
API Level: 6
Declaration
public float TitlePointSize { get; set; }
Property Value
Type |
Description |
System.Single |
|
API Level: 6
Declaration
public string TitleText { get; set; }
Property Value
Type |
Description |
System.String |
|
API Level: 6
Declaration
public Color TitleTextColor { get; set; }
Property Value
API Level: 6
Declaration
public HorizontalAlignment TitleTextHorizontalAlignment { get; set; }
Property Value
API Level: 6
Declaration
public Position TitleTextPosition { get; set; }
Property Value
API Level: 6
Methods
Declaration
protected override void Dispose(DisposeTypes type)
Parameters
Overrides
Tizen.NUI.Components.Control.Dispose(Tizen.NUI.DisposeTypes)
API Level: 6
Declaration
public void SetButtonText(int index, string text)
Parameters
Type |
Name |
Description |
System.Int32 |
index |
Button index.
|
System.String |
text |
Button text string.
|
API Level: 6
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
API Level: 6
Implements
System.ComponentModel.INotifyPropertyChanged
System.IDisposable