次の方法で共有


UIStepper.UIStepperAppearance.GetDividerImage メソッド

定義

指定した UIControlStates のペアの分割イメージとして使用される UIImage。

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

パラメーター

leftState
UIControlState
rightState
UIControlState

戻り値

属性

適用対象