UISegmentedControl.UISegmentedControlAppearance.DividerImageForLeftSegmentStaterightSegmentStatebarMetrics Method

Definition

The divider image for the specified UIControlStates and UIBarMetrics.

[Foundation.Export("dividerImageForLeftSegmentState:rightSegmentState:barMetrics:")]
public virtual UIKit.UIImage DividerImageForLeftSegmentStaterightSegmentStatebarMetrics (UIKit.UIControlState leftState, UIKit.UIControlState rightState, UIKit.UIBarMetrics barMetrics);
abstract member DividerImageForLeftSegmentStaterightSegmentStatebarMetrics : UIKit.UIControlState * UIKit.UIControlState * UIKit.UIBarMetrics -> UIKit.UIImage
override this.DividerImageForLeftSegmentStaterightSegmentStatebarMetrics : UIKit.UIControlState * UIKit.UIControlState * UIKit.UIBarMetrics -> UIKit.UIImage

Parameters

leftState
UIControlState
rightState
UIControlState
barMetrics
UIBarMetrics

Returns

Attributes

Applies to