UISegmentedControl.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 for the specified segment states and bar metrics..
[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
- leftSegmentState
- UIControlState
The left segment state.
- rightSegmentState
- UIControlState
The right segment state.
- barMetrics
- UIBarMetrics
The bar metrics.
- Attributes
Remarks
This member participates in the UIAppearance styling system. See the Appearance property and the AppearanceWhenContainedIn(Type[]) method.