UIStackView.SetCustomSpacing(nfloat, UIView) Método

Definição

Define o espaçamento a ser usado após o 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

O espaçamento a ser definido.

arrangedSubview
UIView

A subexibição organizada para a qual definir o espaçamento personalizado.

Atributos

Aplica-se a