共用方式為


UIStackView.SetCustomSpacing(nfloat, UIView) 方法

定義

設定指定 之後 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

參數

spacing
nfloat

要設定的間距。

arrangedSubview
UIView

要設定自訂間距的排列子檢視。

屬性

適用於