UISegmentedControl.UISegmentedControlAppearance.DividerImageForLeftSegmentStaterightSegmentStatebarMetrics Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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