Enumeration for AllowedScrollAxisProperty which sets the axis on which
you want to allow a Scroll View node to scroll.
More...
Public Member Functions | |
| AllowedScrollAxis (int mValue) | |
| AllowedScrollAxis (AllowedScrollAxis enum_) | |
| int | getValue () |
| Returns the integer value of the enumeration constant. More... | |
| final int | swigValue () |
Static Public Member Functions | |
| static AllowedScrollAxis | swigToEnum (int swigValue) |
| static AllowedScrollAxis | toEnum (int value) |
| Converts an integer value to the matching enumeration constant. More... | |
Public Attributes | |
| AllAxes =(3) | |
| Allow scrolling on both the x and y axes. | |
| XAxis =(1) | |
| Allow scrolling only on the x axis. | |
| YAxis =(2) | |
| Allow scrolling only on the y axis. | |
Enumeration for AllowedScrollAxisProperty which sets the axis on which
you want to allow a Scroll View node to scroll.
| int getValue | ( | ) |
|
static |
Converts an integer value to the matching enumeration constant.
| value | Integer value to convert to enumeration constant. |