Share via


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

사용자 지정 간격을 설정할 정렬된 하위 보기입니다.

특성

적용 대상