Share via


UIStepper.UIStepperAppearance.SetDividerImage Method

Definition

Sets the divider image used for the specified pair of UIControlStates.

[Foundation.Export("setDividerImage:forLeftSegmentState:rightSegmentState:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetDividerImage(UIKit.UIImage? image, UIKit.UIControlState leftState, UIKit.UIControlState rightState);
[<Foundation.Export("setDividerImage:forLeftSegmentState:rightSegmentState:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetDividerImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIControlState -> unit
override this.SetDividerImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIControlState -> unit

Parameters

image
UIImage
leftState
UIControlState
rightState
UIControlState
Attributes

Applies to