UIStackView.GetCustomSpacing(UIView) 方法

定义

返回指定 后 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

参数

arrangedSubview
UIView

要获取其自定义间距的排列子视图。

返回

属性

适用于