UIStackView.GetCustomSpacing(UIView) Método

Definição

Retorna o espaçamento a ser usado após o especificado arrangedSubview.

[Foundation.Export("customSpacingAfterView:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual nfloat GetCustomSpacing (UIKit.UIView arrangedSubview);
abstract member GetCustomSpacing : UIKit.UIView -> nfloat
override this.GetCustomSpacing : UIKit.UIView -> nfloat

Parâmetros

arrangedSubview
UIView

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

Retornos

Atributos

Aplica-se a