次の方法で共有


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

ユーザー設定の間隔を設定する配置されたサブビュー。

属性

適用対象