共用方式為


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

要取得自訂間距的排列子檢視。

傳回

屬性

適用於