Class PopupStyle

Definition

Namespace:
Tizen.NUI.Components
Assembly:
Tizen.NUI.Components.dll

PopupStyle is a class which saves Popup's ux data.

C#
Copy
public class PopupStyle : ControlStyle, IDynamicResourceHandler, IDisposable
Inheritance
Implements
IDisposable

Constructors

View Source

PopupStyle()

Creates a new instance of a PopupStyle.

Declaration
C#
Copy
public PopupStyle()
View Source

PopupStyle(PopupStyle)

Creates a new instance of a PopupStyle with style.

Declaration
C#
Copy
public PopupStyle(PopupStyle style)
Parameters
Type Name Description
PopupStyle style

Create PopupStyle by style customized by user.

Properties

View Source

Buttons

Popup button's style.

Declaration
C#
Copy
public ButtonStyle Buttons { get; set; }
Property Value
Type Description
ButtonStyle
View Source

Title

Title Text's style.

Declaration
C#
Copy
public TextLabelStyle Title { get; set; }
Property Value
Type Description
TextLabelStyle

Methods

View Source

CopyFrom(BindableObject)

Copy properties of other ViewStyle to this.

Declaration
C#
Copy
public override void CopyFrom(BindableObject bindableObject)
Parameters
Type Name Description
BindableObject bindableObject
Overrides

Implements

IDisposable

Extension Methods