Class Scrollable.Property
Definition
- Namespace:
- Tizen.NUI.BaseComponents
- Assembly:
- Tizen.NUI.dll
Enumeration for the instance of properties belonging to the Scrollable class.
public class Scrollable.Property
- Inheritance
-
objectScrollable.Property
Fields
View SourceCAN_SCROLL_HORIZONTAL
canScrollHorizontal.
Declaration
public static readonly int CAN_SCROLL_HORIZONTAL
Field Value
Type | Description |
---|---|
int |
CAN_SCROLL_VERTICAL
canScrollVertical
Declaration
public static readonly int CAN_SCROLL_VERTICAL
Field Value
Type | Description |
---|---|
int |
OVERSHOOT_ANIMATION_SPEED
The speed of overshoot animation in pixels per second.
Declaration
public static readonly int OVERSHOOT_ANIMATION_SPEED
Field Value
Type | Description |
---|---|
int |
OVERSHOOT_EFFECT_COLOR
The color of the overshoot effect.
Declaration
public static readonly int OVERSHOOT_EFFECT_COLOR
Field Value
Type | Description |
---|---|
int |
OVERSHOOT_ENABLED
Whether to enables or disable scroll overshoot.
Declaration
public static readonly int OVERSHOOT_ENABLED
Field Value
Type | Description |
---|---|
int |
OVERSHOOT_SIZE
The size of the overshoot.
Declaration
public static readonly int OVERSHOOT_SIZE
Field Value
Type | Description |
---|---|
int |
SCROLL_POSITION_MAX
scrollPositionMax.
Declaration
public static readonly int SCROLL_POSITION_MAX
Field Value
Type | Description |
---|---|
int |
SCROLL_POSITION_MAX_X
scrollPositionMaxX.
Declaration
public static readonly int SCROLL_POSITION_MAX_X
Field Value
Type | Description |
---|---|
int |
SCROLL_POSITION_MAX_Y
scrollPositionMaxY.
Declaration
public static readonly int SCROLL_POSITION_MAX_Y
Field Value
Type | Description |
---|---|
int |
SCROLL_POSITION_MIN
scrollPositionMin
Declaration
public static readonly int SCROLL_POSITION_MIN
Field Value
Type | Description |
---|---|
int |
SCROLL_POSITION_MIN_X
scrollPositionMinX.
Declaration
public static readonly int SCROLL_POSITION_MIN_X
Field Value
Type | Description |
---|---|
int |
SCROLL_POSITION_MIN_Y
scrollPositionMinY.
Declaration
public static readonly int SCROLL_POSITION_MIN_Y
Field Value
Type | Description |
---|---|
int |
SCROLL_RELATIVE_POSITION
scrollRelativePosition
Declaration
public static readonly int SCROLL_RELATIVE_POSITION
Field Value
Type | Description |
---|---|
int |
SCROLL_TO_ALPHA_FUNCTION
scrollToAlphaFunction.
Declaration
public static readonly int SCROLL_TO_ALPHA_FUNCTION
Field Value
Type | Description |
---|---|
int |