Share via


UISegmentedControl.GetDividerImage Method

Definition

The divider image for the specified UIControlStates and UIBarMetrics.

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

Parameters

leftState
UIControlState
rightState
UIControlState
barMetrics
UIBarMetrics

Returns

Attributes

Applies to