Partager via


UIStepper.SetDividerImage(UIImage, UIControlState, UIControlState) Méthode

Définition

Définit l’image de séparateur.

[Foundation.Export("setDividerImage:forLeftSegmentState:rightSegmentState:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetDividerImage (UIKit.UIImage image, UIKit.UIControlState leftState, UIKit.UIControlState rightState);
abstract member SetDividerImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIControlState -> unit
override this.SetDividerImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIControlState -> unit

Paramètres

image
UIImage

À ajouter.

Ce paramètre peut être null.

leftState
UIControlState
rightState
UIControlState
Attributs

Remarques

Ce membre participe au système de UIAppearance style. Consultez la Appearance propriété et la AppearanceWhenContainedIn(Type[]) méthode.

S’applique à