Freigeben über


UIStepper.SetBackgroundImage(UIImage, UIControlState) Methode

Definition

Legt das Hintergrundbild für den angegebenen Zustand fest.

[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

Parameter

image
UIImage

Zu verwendende Hintergrundbild.

Dieser Parameter kann null sein.

Attribute

Hinweise

Dieses Element nimmt am Formatierungssystem teil UIAppearance . Sehen Sie sich die Appearance -Eigenschaft und die -Methode an AppearanceWhenContainedIn(Type[]) .

Gilt für: