UIView.ExchangeSubview(nint, nint) Method
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.
C#
[Foundation.Export("exchangeSubviewAtIndex:withSubviewAtIndex:")]
public virtual void ExchangeSubview (nint atIndex, nint withSubviewAtIndex);
abstract member ExchangeSubview : nint * nint -> unit
override this.ExchangeSubview : nint * nint -> unit
- atIndex
- System.System.IntPtr System.nativeint
An index within the zero-based Subviews array.
- withSubviewAtIndex
- System.System.IntPtr System.nativeint
Another index within the zero-based Subviews array.
- Attributes
Produkt | Versiounen |
---|---|
Xamarin iOS SDK | 12 |
- <xref:UIKit.UIView.AddSubview>
- <xref:UIKit.UIView.InsertSubview>
- <xref:UIKit.UIView.InsertSubviewAbove>
- <xref:UIKit.UIView.InsertSubviewBelow>