Struct SelectionPopupStyleProperty

Definition

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

The SelectionPopupStyle property.

C#
Copy
public struct SelectionPopupStyleProperty

Fields

View Source

Background

The popup background.

Declaration
C#
Copy
public static readonly int Background
Field Value
Type Description
Int32
View Source

BackgroundBorder

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

Declaration
C#
Copy
public static readonly int BackgroundBorder
Field Value
Type Description
Int32
View Source

DividerColor

The color of the divider between popup buttons.

Declaration
C#
Copy
public static readonly int DividerColor
Field Value
Type Description
Int32
View Source

DividerPadding

The padding of the divider between popup buttons.

Declaration
C#
Copy
public static readonly int DividerPadding
Field Value
Type Description
Int32
View Source

DividerSize

TThe size of the divider between popup buttons.

Declaration
C#
Copy
public static readonly int DividerSize
Field Value
Type Description
Int32
View Source

EnableScrollBar

Whether the scroll-bar is enabled.

Declaration
C#
Copy
public static readonly int EnableScrollBar
Field Value
Type Description
Int32
View Source

FadeInDuration

The duration of the fade-in animation.

Declaration
C#
Copy
public static readonly int FadeInDuration
Field Value
Type Description
Int32
View Source

FadeOutDuration

The duration of the fade-out animation.

Declaration
C#
Copy
public static readonly int FadeOutDuration
Field Value
Type Description
Int32
View Source

LabelMinimumSize

The minimum size of popup label.

Declaration
C#
Copy
public static readonly int LabelMinimumSize
Field Value
Type Description
Int32
View Source

LabelPadding

The padding of popup label.

Declaration
C#
Copy
public static readonly int LabelPadding
Field Value
Type Description
Int32
View Source

LabelTextVisual

The text visual map of popup label.

Declaration
C#
Copy
public static readonly int LabelTextVisual
Field Value
Type Description
Int32
View Source

MaxSize

The maximum size the Popup can be.

Declaration
C#
Copy
public static readonly int MaxSize
Field Value
Type Description
Int32
View Source

PressedColor

The color of the button when pressed.

Declaration
C#
Copy
public static readonly int PressedColor
Field Value
Type Description
Int32
View Source

PressedCornerRadius

The corner radius of the button when pressed.

Declaration
C#
Copy
public static readonly int PressedCornerRadius
Field Value
Type Description
Int32

Extension Methods