Compartir a través de


UIStackView.InsertArrangedSubview(UIView, nuint) Método

Definición

Agrega view a la pila en el especificado stackIndex.

[Foundation.Export("insertArrangedSubview:atIndex:")]
public virtual void InsertArrangedSubview (UIKit.UIView view, nuint stackIndex);
abstract member InsertArrangedSubview : UIKit.UIView * nuint -> unit
override this.InsertArrangedSubview : UIKit.UIView * nuint -> unit

Parámetros

view
UIView

UIView que se va a agregar.

stackIndex
System.System.UIntPtr System.unativeint

Índice de base cero donde se va a insertar el objeto view.

Atributos

Se aplica a