Partager via


UIStepper.SetBackgroundImage(UIImage, UIControlState) Méthode

Définition

Définit l’image d’arrière-plan pour l’état spécifié.

[Foundation.Export("setBackgroundImage:forState:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetBackgroundImage (UIKit.UIImage image, UIKit.UIControlState state);
abstract member SetBackgroundImage : UIKit.UIImage * UIKit.UIControlState -> unit
override this.SetBackgroundImage : UIKit.UIImage * UIKit.UIControlState -> unit

Paramètres

image
UIImage

Image d’arrière-plan à utiliser.

Ce paramètre peut être null.

Attributs

Remarques

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

S’applique à