ViewGroup.BringChildToFront(View) Method    
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.
Change the z order of the child so it's on top of all other children.
[Android.Runtime.Register("bringChildToFront", "(Landroid/view/View;)V", "GetBringChildToFront_Landroid_view_View_Handler")]
public virtual void BringChildToFront(Android.Views.View? child);
	[<Android.Runtime.Register("bringChildToFront", "(Landroid/view/View;)V", "GetBringChildToFront_Landroid_view_View_Handler")>]
abstract member BringChildToFront : Android.Views.View -> unit
override this.BringChildToFront : Android.Views.View -> unit
	Parameters
- child
 - View
 
The child to bring to the top of the z order
Implements
- Attributes
 
Remarks
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.