AccessibilityNodeInfo.DrawingOrder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the drawing order of the view corresponding it this node. -or- Set the drawing order of the view corresponding it this node.
public virtual int DrawingOrder { [Android.Runtime.Register("getDrawingOrder", "()I", "GetGetDrawingOrderHandler", ApiSince=24)] get; [Android.Runtime.Register("setDrawingOrder", "(I)V", "GetSetDrawingOrder_IHandler", ApiSince=24)] set; }
[<get: Android.Runtime.Register("getDrawingOrder", "()I", "GetGetDrawingOrderHandler", ApiSince=24)>]
[<set: Android.Runtime.Register("setDrawingOrder", "(I)V", "GetSetDrawingOrder_IHandler", ApiSince=24)>]
member this.DrawingOrder : int with get, set
Property Value
The drawing position of the view corresponding to this node relative to its siblings.
- Attributes
Remarks
Property getter documentation:
Java documentation for android.view.accessibility.AccessibilityNodeInfo.getDrawingOrder().
Property setter documentation:
Java documentation for android.view.accessibility.AccessibilityNodeInfo.setDrawingOrder(int).
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.