Freigeben über


UIButton.SetBackgroundImage(UIImage, UIControlState) Methode

Definition

Legt das Hintergrundbild für den angegebenen Schaltflächenzustand fest.

[Foundation.Export("setBackgroundImage:forState:")]
public virtual void SetBackgroundImage (UIKit.UIImage image, UIKit.UIControlState forState);
abstract member SetBackgroundImage : UIKit.UIImage * UIKit.UIControlState -> unit
override this.SetBackgroundImage : UIKit.UIImage * UIKit.UIControlState -> unit

Parameter

image
UIImage

Verwenden Sie null für das festzulegende Hintergrundbild, um es zu löschen.

Dieser Parameter kann null sein.

forState
UIControlState
Attribute

Hinweise

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

Gilt für: