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
    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 with style.

    Declaration
    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
    public ButtonStyle Buttons { get; set; }
    Property Value
    Type Description
    ButtonStyle
    View Source

    Title

    Title Text's style.

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

    Methods

    View Source

    CopyFrom(BindableObject)

    Copy properties of other ViewStyle to this.

    Declaration
    public override void CopyFrom(BindableObject bindableObject)
    Parameters
    Type Name Description
    BindableObject bindableObject
    Overrides
    ViewStyle.CopyFrom(BindableObject)

    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