UIElement._zOrder

Higher z-order = above other UIElement. By default, every UIElement have the same z-order. Because the sort is stable, tree traversal order is the default order (depth first).

class UIElement
protected nothrow @nogc
int _zOrder;

Meta