Compartir a través de


UIStackView.SetCustomSpacing(nfloat, UIView) Método

Definición

Establece el espaciado que se va a usar después del especificado arrangedSubview.

[Foundation.Export("setCustomSpacing:afterView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetCustomSpacing (nfloat spacing, UIKit.UIView arrangedSubview);
abstract member SetCustomSpacing : nfloat * UIKit.UIView -> unit
override this.SetCustomSpacing : nfloat * UIKit.UIView -> unit

Parámetros

spacing
nfloat

Espaciado que se va a establecer.

arrangedSubview
UIView

Subvista organizada para la que se va a establecer el espaciado personalizado.

Atributos

Se aplica a