UISegmentedControl.GetDividerImage 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:")]
[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