다음을 통해 공유


UIBarButtonItem.GetBackButtonBackgroundImage 메서드

정의

지정된 컨트롤 상태에 대한 뒤로 단추 배경 이미지입니다. 뒤로 단추에 UINavigationBar 만 사용됩니다.

[Foundation.Export("backButtonBackgroundImageForState:barMetrics:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage GetBackButtonBackgroundImage (UIKit.UIControlState forState, UIKit.UIBarMetrics barMetrics);
abstract member GetBackButtonBackgroundImage : UIKit.UIControlState * UIKit.UIBarMetrics -> UIKit.UIImage
override this.GetBackButtonBackgroundImage : UIKit.UIControlState * UIKit.UIBarMetrics -> UIKit.UIImage

매개 변수

forState
UIControlState
barMetrics
UIBarMetrics

반환

뒤로 단추 배경 이미지입니다.

특성

설명

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

적용 대상