inverted property
bool
get
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;
set
inverted
(bool v)
Implementation
external set inverted(bool v);