Compartir a través de


UIStackView.GetCustomSpacing(UIView) Método

Definición

Devuelve el espaciado que se va a usar después del 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

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

Devoluciones

Atributos

Se aplica a