다음을 통해 공유


UISegmentedControl.SetBackgroundImage 메서드

정의

분할된 컨트롤의 배경 이미지를 설정합니다.

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

매개 변수

backgroundImage
UIImage

설정할 배경 이미지입니다.

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

state
UIControlState

배경 이미지를 설정할 컨트롤 상태입니다.

barMetrics
UIBarMetrics

배경 이미지를 설정할 막대 메트릭입니다.

특성

설명

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

적용 대상