Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Indicates whether the ViewGroup is drawing its children in the order defined by
ViewGroup.GetChildDrawingOrder(int, System.Int32).
Set method documentation [Android Documentation]
Tells the ViewGroup whether to draw its children in the order defined by the method
ViewGroup.GetChildDrawingOrder(int, System.Int32).
Note that View.GetZ reordering, done by ViewGroup.dispatchDraw(android.graphics.Canvas),
will override custom child ordering done via this method.