ScrollDirection
Description:
[ CCode ( cprefix = "XAPP_SCROLL_" , type_id = "xapp_scroll_direction_get_type ()" ) ]
public enum ScrollDirection
Represents the direction of icon scroll events.
Content:
Enum values:
- DOWN - Scroll theoretical content down.
- LEFT - Scroll theoretical content left.
- RIGHT - Scroll theoretical content
right.
- UP - Scroll theoretical content up.