Class PopupStyle

    Definition

    Namespace:
    Tizen.NUI.Wearable
    Assembly:
    Tizen.NUI.Wearable.dll

    PopupStyle used to config the Popup represent.

    public class PopupStyle : ControlStyle, IDynamicResourceHandler, IDisposable
    Inheritance
    object
    BindableObject
    ViewStyle
    ControlStyle
    PopupStyle
    Implements
    IDynamicResourceHandler
    IDisposable

    Constructors

    View Source

    PopupStyle()

    Creates a new instance of a PopupStyle.

    Declaration
    public PopupStyle()
    View Source

    PopupStyle(PopupStyle)

    Creates a new instance of a PopupStyle using style.

    Declaration
    public PopupStyle(PopupStyle style)
    Parameters
    Type Name Description
    PopupStyle style

    Fields

    View Source

    WrapContentProperty

    Bindable property of WrapContent

    Declaration
    public static readonly BindableProperty WrapContentProperty
    Field Value
    Type Description
    BindableProperty

    Properties

    View Source

    WrapContent

    WrapContent

    Declaration
    public bool? WrapContent { get; set; }
    Property Value
    Type Description
    bool?

    Implements

    IDynamicResourceHandler
    IDisposable

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX