Class Scrollable.Property

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll
API Level:
3

Enumeration for the instance of properties belonging to the Scrollable class.

C#
Copy
public class Property
Inheritance
Scrollable.Property

Fields

View Source

CAN_SCROLL_HORIZONTAL

canScrollHorizontal.

Declaration
C#
Copy
public static readonly int CAN_SCROLL_HORIZONTAL
Field Value
Type Description
System.Int32
API Level: 3
View Source

CAN_SCROLL_VERTICAL

canScrollVertical

Declaration
C#
Copy
public static readonly int CAN_SCROLL_VERTICAL
Field Value
Type Description
System.Int32
API Level: 3
View Source

OVERSHOOT_ANIMATION_SPEED

The speed of overshoot animation in pixels per second.

Declaration
C#
Copy
public static readonly int OVERSHOOT_ANIMATION_SPEED
Field Value
Type Description
System.Int32
API Level: 3
View Source

OVERSHOOT_EFFECT_COLOR

The color of the overshoot effect.

Declaration
C#
Copy
public static readonly int OVERSHOOT_EFFECT_COLOR
Field Value
Type Description
System.Int32
API Level: 3
View Source

OVERSHOOT_ENABLED

Whether to enables or disable scroll overshoot.

Declaration
C#
Copy
public static readonly int OVERSHOOT_ENABLED
Field Value
Type Description
System.Int32
API Level: 3
View Source

OVERSHOOT_SIZE

The size of the overshoot.

Declaration
C#
Copy
public static readonly int OVERSHOOT_SIZE
Field Value
Type Description
System.Int32
API Level: 3
View Source

SCROLL_POSITION_MAX

scrollPositionMax.

Declaration
C#
Copy
public static readonly int SCROLL_POSITION_MAX
Field Value
Type Description
System.Int32
API Level: 3
View Source

SCROLL_POSITION_MAX_X

scrollPositionMaxX.

Declaration
C#
Copy
public static readonly int SCROLL_POSITION_MAX_X
Field Value
Type Description
System.Int32
API Level: 3
View Source

SCROLL_POSITION_MAX_Y

scrollPositionMaxY.

Declaration
C#
Copy
public static readonly int SCROLL_POSITION_MAX_Y
Field Value
Type Description
System.Int32
API Level: 3
View Source

SCROLL_POSITION_MIN

scrollPositionMin

Declaration
C#
Copy
public static readonly int SCROLL_POSITION_MIN
Field Value
Type Description
System.Int32
API Level: 3
View Source

SCROLL_POSITION_MIN_X

scrollPositionMinX.

Declaration
C#
Copy
public static readonly int SCROLL_POSITION_MIN_X
Field Value
Type Description
System.Int32
API Level: 3
View Source

SCROLL_POSITION_MIN_Y

scrollPositionMinY.

Declaration
C#
Copy
public static readonly int SCROLL_POSITION_MIN_Y
Field Value
Type Description
System.Int32
API Level: 3
View Source

SCROLL_RELATIVE_POSITION

scrollRelativePosition

Declaration
C#
Copy
public static readonly int SCROLL_RELATIVE_POSITION
Field Value
Type Description
System.Int32
API Level: 3
View Source

SCROLL_TO_ALPHA_FUNCTION

scrollToAlphaFunction.

Declaration
C#
Copy
public static readonly int SCROLL_TO_ALPHA_FUNCTION
Field Value
Type Description
System.Int32
API Level: 3