Class Popup
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.
[Obsolete("Deprecated in API8; Will be removed in API10")]
public class Popup : Control, INotifyPropertyChanged, IDynamicResourceHandler, IElement, INameScope, IElementController, IDisposable, IResourcesProvider
- Inheritance
-
Tizen.NUI.Binding.BindableObjectTizen.NUI.Binding.ElementTizen.NUI.Components.ControlPopup
- Implements
Constructors
View SourcePopup()
Creates a new instance of a Popup.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public Popup()
API Level: 6
Properties
View SourceButtonCount
Button count in Popup.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public int ButtonCount { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 6
View SourceButtonFontFamily
Button text font family in Popup.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public string ButtonFontFamily { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceButtonHeight
Button height in Popup.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public int ButtonHeight { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 6
View SourceButtonTextAlignment
Button text horizontal alignment in Popup.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public HorizontalAlignment ButtonTextAlignment { get; set; }
Property Value
Type | Description |
---|---|
HorizontalAlignment |
API Level: 6
View SourceButtonTextColor
Button text color in Popup.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public Color ButtonTextColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
API Level: 6
View SourceButtonTextPointSize
Button text point size in Popup.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public float ButtonTextPointSize { get; set; }
Property Value
Type | Description |
---|---|
Single |
API Level: 6
View SourceContentView
Content view in Popup, only can be gotten.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public View ContentView { get; }
Property Value
Type | Description |
---|---|
View |
API Level: 6
View SourceTitleHeight
Title text's height in Popup.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public int TitleHeight { get; set; }
Property Value
Type | Description |
---|---|
Int32 |
API Level: 6
View SourceTitlePointSize
Title text point size in Popup.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public float TitlePointSize { get; set; }
Property Value
Type | Description |
---|---|
Single |
API Level: 6
View SourceTitleText
Title text string in Popup.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public string TitleText { get; set; }
Property Value
Type | Description |
---|---|
String |
API Level: 6
View SourceTitleTextColor
Title text color in Popup.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public Color TitleTextColor { get; set; }
Property Value
Type | Description |
---|---|
Color |
API Level: 6
View SourceTitleTextHorizontalAlignment
Title text horizontal alignment in Popup.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public HorizontalAlignment TitleTextHorizontalAlignment { get; set; }
Property Value
Type | Description |
---|---|
HorizontalAlignment |
API Level: 6
View SourceTitleTextPosition
Title text's position in Popup.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public Position TitleTextPosition { get; set; }
Property Value
Type | Description |
---|---|
Position |
API Level: 6
Methods
View SourceDispose(DisposeTypes)
Dispose Popup and all children on it.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
protected override void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type | Dispose type. |
Overrides
API Level: 6
View SourceSetButtonText(Int32, String)
Set button text by index.
Declaration
[Obsolete("Deprecated in API8; Will be removed in API10")]
public void SetButtonText(int index, string text)
Parameters
Type | Name | Description |
---|---|---|
Int32 | index | Button index. |
String | text | Button text string. |
API Level: 6
Events
View SourcePopupButtonClickEvent
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
Type | Description |
---|---|
EventHandler<Popup.ButtonClickEventArgs> |