다음을 통해 공유


UIStepper.UIStepperAppearance.SetDividerImage 메서드

정의

지정된 UIControlStates 쌍에 사용되는 구분선 이미지를 설정합니다.

[Foundation.Export("setDividerImage:forLeftSegmentState:rightSegmentState:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetDividerImage (UIKit.UIImage image, UIKit.UIControlState leftState, UIKit.UIControlState rightState);
abstract member SetDividerImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIControlState -> unit
override this.SetDividerImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIControlState -> unit

매개 변수

image
UIImage
leftState
UIControlState
rightState
UIControlState
특성

적용 대상