Class PopupStyle
Definition
- Namespace:
- Tizen.NUI.Components
- Assembly:
- Tizen.NUI.Components.dll
PopupStyle is a class which saves Popup's ux data.
public class PopupStyle : ControlStyle, IDynamicResourceHandler, IDisposable
- Inheritance
- Implements
-
IDisposable
Constructors
View SourcePopupStyle()
Creates a new instance of a PopupStyle.
Declaration
public PopupStyle()
PopupStyle(PopupStyle)
Creates a new instance of a PopupStyle with style.
Declaration
public PopupStyle(PopupStyle style)
Parameters
| Type | Name | Description |
|---|---|---|
| PopupStyle | style | Create PopupStyle by style customized by user. |
Properties
View SourceButtons
Popup button's style.
Declaration
public ButtonStyle Buttons { get; set; }
Property Value
| Type | Description |
|---|---|
| ButtonStyle |
Title
Title Text's style.
Declaration
public TextLabelStyle Title { get; set; }
Property Value
| Type | Description |
|---|---|
| TextLabelStyle |
Methods
View SourceCopyFrom(BindableObject)
Copy properties of other ViewStyle to this.
Declaration
public override void CopyFrom(BindableObject bindableObject)
Parameters
| Type | Name | Description |
|---|---|---|
| BindableObject | bindableObject |
Overrides
Implements
IDisposable