UISegmentedControl.UISegmentedControlAppearance.SetDividerImage 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.
Sets the divider image used for the specified UIControlStates and UIBarMetrics.
[Foundation.Export("setDividerImage:forLeftSegmentState:rightSegmentState:barMetrics:")]
public virtual void SetDividerImage (UIKit.UIImage dividerImage, UIKit.UIControlState leftSegmentState, UIKit.UIControlState rightSegmentState, UIKit.UIBarMetrics barMetrics);
abstract member SetDividerImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIControlState * UIKit.UIBarMetrics -> unit
override this.SetDividerImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIControlState * UIKit.UIBarMetrics -> unit
Parameters
- dividerImage
- UIImage
- leftSegmentState
- UIControlState
- rightSegmentState
- UIControlState
- barMetrics
- UIBarMetrics
- Attributes