Struct SelectionPopupStyleProperty

    Definition

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

    The SelectionPopupStyle property.

    public struct SelectionPopupStyleProperty

    Fields

    View Source

    Background

    The popup background.

    Declaration
    public static readonly int Background
    Field Value
    Type Description
    int
    View Source

    BackgroundBorder

    The popup background can have a separate border with a different color.

    Declaration
    public static readonly int BackgroundBorder
    Field Value
    Type Description
    int
    View Source

    DividerColor

    The color of the divider between popup buttons.

    Declaration
    public static readonly int DividerColor
    Field Value
    Type Description
    int
    View Source

    DividerPadding

    The padding of the divider between popup buttons.

    Declaration
    public static readonly int DividerPadding
    Field Value
    Type Description
    int
    View Source

    DividerSize

    TThe size of the divider between popup buttons.

    Declaration
    public static readonly int DividerSize
    Field Value
    Type Description
    int
    View Source

    EnableScrollBar

    Whether the scroll-bar is enabled.

    Declaration
    public static readonly int EnableScrollBar
    Field Value
    Type Description
    int
    View Source

    FadeInDuration

    The duration of the fade-in animation.

    Declaration
    public static readonly int FadeInDuration
    Field Value
    Type Description
    int
    View Source

    FadeOutDuration

    The duration of the fade-out animation.

    Declaration
    public static readonly int FadeOutDuration
    Field Value
    Type Description
    int
    View Source

    LabelMinimumSize

    The minimum size of popup label.

    Declaration
    public static readonly int LabelMinimumSize
    Field Value
    Type Description
    int
    View Source

    LabelPadding

    The padding of popup label.

    Declaration
    public static readonly int LabelPadding
    Field Value
    Type Description
    int
    View Source

    LabelTextVisual

    The text visual map of popup label.

    Declaration
    public static readonly int LabelTextVisual
    Field Value
    Type Description
    int
    View Source

    MaxSize

    The maximum size the Popup can be.

    Declaration
    public static readonly int MaxSize
    Field Value
    Type Description
    int
    View Source

    PressedColor

    The color of the button when pressed.

    Declaration
    public static readonly int PressedColor
    Field Value
    Type Description
    int
    View Source

    PressedCornerRadius

    The corner radius of the button when pressed.

    Declaration
    public static readonly int PressedCornerRadius
    Field Value
    Type Description
    int

    Extension Methods

    EXamlExtensions.LoadFromEXaml<T>(T, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    EXamlExtensions.LoadFromEXamlPath<TXaml>(TXaml, string)
    EXamlExtensions.LoadFromEXamlPath<T>(T, Type)
    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