다음을 통해 공유


UIToolbar.SetBackgroundImage(UIImage, UIToolbarPosition, UIBarMetrics) 메서드

정의

도구 모음의 지정된 위치에 대해 도구 모음의 배경에 표시될 이미지를 설정합니다.

[Foundation.Export("setBackgroundImage:forToolbarPosition:barMetrics:")]
public virtual void SetBackgroundImage (UIKit.UIImage backgroundImage, UIKit.UIToolbarPosition position, UIKit.UIBarMetrics barMetrics);
abstract member SetBackgroundImage : UIKit.UIImage * UIKit.UIToolbarPosition * UIKit.UIBarMetrics -> unit
override this.SetBackgroundImage : UIKit.UIImage * UIKit.UIToolbarPosition * UIKit.UIBarMetrics -> unit

매개 변수

backgroundImage
UIImage

배경에 표시할 이미지

이 매개 변수는 null일 수 있습니다.

position
UIToolbarPosition

이미지를 표시할 도구 모음의 위치입니다.

barMetrics
UIBarMetrics

이미지가 표시될 디바이스의 메트릭입니다.

특성

설명

이 멤버는 UIAppearance 스타일 지정 시스템에 참여합니다. Appearance 속성 및 메서드를 AppearanceWhenContainedIn(Type[]) 참조하세요.

적용 대상