inverted property

bool inverted

Change the direction of y axis. If true set, the direction will be from the top to the bottom.

Implementation

external bool get inverted;
void inverted=(bool v)

Implementation

external set inverted(bool v);