UIView.BringSubviewToFront(UIView) 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.
Moves the specified subview so that it appears in front of other Subviews.
[Foundation.Export("bringSubviewToFront:")]
public virtual void BringSubviewToFront (UIKit.UIView view);
abstract member BringSubviewToFront : UIKit.UIView -> unit
override this.BringSubviewToFront : UIKit.UIView -> unit
Parameters
- view
- UIView
The subview to move to the front.
- Attributes
Applies to
See also
- <xref:UIKit.UIView.SendSubviewToBack>