次の方法で共有


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

カスタム間隔を取得する配置されたサブビュー。

戻り値

属性

適用対象