UIStepper.UIStepperAppearance.GetDividerImage Method

Definition

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

[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

Parameters

leftState
UIControlState
rightState
UIControlState

Returns

Attributes

Applies to