UISearchBar.GetScopeBarButtonDividerImage 메서드

정의

왼쪽 및 오른쪽 세그먼트 상태의 지정된 조합에 대한 구분선에 사용되는 UIImage입니다.

[Foundation.Export("scopeBarButtonDividerImageForLeftSegmentState:rightSegmentState:")]
public virtual UIKit.UIImage GetScopeBarButtonDividerImage (UIKit.UIControlState leftState, UIKit.UIControlState rightState);
abstract member GetScopeBarButtonDividerImage : UIKit.UIControlState * UIKit.UIControlState -> UIKit.UIImage
override this.GetScopeBarButtonDividerImage : UIKit.UIControlState * UIKit.UIControlState -> UIKit.UIImage

매개 변수

leftState
UIControlState
rightState
UIControlState

반환

특성

설명

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

적용 대상