Class PopupStyle
Definition
- Assembly:
- Tizen.NUI.Wearable.dll
PopupStyle used to config the Popup represent.
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 using style.
Declaration
public PopupStyle(PopupStyle style)
Parameters
| Type | Name | Description |
|---|---|---|
| PopupStyle | style |
Fields
View SourceWrapContentProperty
Bindable property of WrapContent
Declaration
public static readonly BindableProperty WrapContentProperty
Field Value
| Type | Description |
|---|---|
| BindableProperty |
Properties
View SourceWrapContent
WrapContent
Declaration
public bool? WrapContent { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |
Implements
IDisposable