Freigeben über


UINavigationBar.SetBackgroundImage Methode

Definition

Überlädt

SetBackgroundImage(UIImage, UIBarMetrics)

Ändert das Hintergrundbild für .barMetrics

SetBackgroundImage(UIImage, UIBarPosition, UIBarMetrics)

Legt das Hintergrundbild für und barPositionbarMetricsfest.

SetBackgroundImage(UIImage, UIBarMetrics)

Ändert das Hintergrundbild für .barMetrics

[Foundation.Export("setBackgroundImage:forBarMetrics:")]
public virtual void SetBackgroundImage (UIKit.UIImage backgroundImage, UIKit.UIBarMetrics barMetrics);
abstract member SetBackgroundImage : UIKit.UIImage * UIKit.UIBarMetrics -> unit
override this.SetBackgroundImage : UIKit.UIImage * UIKit.UIBarMetrics -> unit

Parameter

backgroundImage
UIImage

Das Hintergrundbild oder NULL, um es zu löschen.

Dieser Parameter kann null sein.

barMetrics
UIBarMetrics

Gibt die Ausrichtung der Symbolleiste an.

Attribute

Hinweise

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

Weitere Informationen

  • <xref:UIKit.UINavigationBar.GetBackgroundImage>

Gilt für:

SetBackgroundImage(UIImage, UIBarPosition, UIBarMetrics)

Legt das Hintergrundbild für und barPositionbarMetricsfest.

[Foundation.Export("setBackgroundImage:forBarPosition:barMetrics:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetBackgroundImage (UIKit.UIImage backgroundImage, UIKit.UIBarPosition barPosition, UIKit.UIBarMetrics barMetrics);
abstract member SetBackgroundImage : UIKit.UIImage * UIKit.UIBarPosition * UIKit.UIBarMetrics -> unit
override this.SetBackgroundImage : UIKit.UIImage * UIKit.UIBarPosition * UIKit.UIBarMetrics -> unit

Parameter

backgroundImage
UIImage

Muss hinzugefügt werden.

Dieser Parameter kann null sein.

barPosition
UIBarPosition

Die Position der Symbolleiste in der Ansicht.

barMetrics
UIBarMetrics

Gibt die Ausrichtung der Symbolleiste an.

Attribute

Hinweise

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

Weitere Informationen

  • <xref:UIKit.UINavigationBar.GetBackgroundImage>

Gilt für: