UIKit.UIView.SendSubviewToBack Method
Moves a UIKit.UIView so that it appears behind all its siblings.

Syntax

[Foundation.Export("sendSubviewToBack:")]
public virtual void SendSubviewToBack (UIView view)

See Also

UIView.BringSubviewToFront
UIView.ExchangeSubview

Parameters

view
The UIKit.UIView to be sent to the back.

Remarks

This method moves the view so that it appears behind other UIKit.UIViews in the UIView.Subviews array. Display z-order is determined by the position of the UIKit.UIView in the UIView.Subviews array and this method moves view to the first location in the UIView.Subviews array.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0