Android.Views.ViewGroup.ChildrenDrawingOrderEnabled Property
Indicates whether the ViewGroup is drawing its children in the order defined by ViewGroup.GetChildDrawingOrder(int, System.Int32).

Syntax

[get: Android.Runtime.Register("isChildrenDrawingOrderEnabled", "()Z", "GetIsChildrenDrawingOrderEnabledHandler")]
[set: Android.Runtime.Register("setChildrenDrawingOrderEnabled", "(Z)V", "GetSetChildrenDrawingOrderEnabled_ZHandler")]
protected virtual bool ChildrenDrawingOrderEnabled { get; set; }

See Also

ViewGroup.ChildrenDrawingOrderEnabled
ViewGroup.GetChildDrawingOrder(int, System.Int32)
ViewGroup.ChildrenDrawingOrderEnabled
ViewGroup.GetChildDrawingOrder(int, System.Int32)

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 7