Share via


UIStepper.UIStepperAppearance.GetDividerImage Method

Definition

The UIImage used as the divider image for the specified pair of UIControlStates.

[Foundation.Export("dividerImageForLeftSegmentState:rightSegmentState:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIImage GetDividerImage(UIKit.UIControlState leftState, UIKit.UIControlState rightState);
[<Foundation.Export("dividerImageForLeftSegmentState:rightSegmentState:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetDividerImage : UIKit.UIControlState * UIKit.UIControlState -> UIKit.UIImage
override this.GetDividerImage : UIKit.UIControlState * UIKit.UIControlState -> UIKit.UIImage

Parameters

leftState
UIControlState
rightState
UIControlState

Returns

Attributes

Applies to