UIStepper.GetDividerImage(UIControlState, UIControlState) Method

Definition

The image used to divide the specified combination of left and right states.

[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

Remarks

This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.

Applies to