UINavigationBar.UINavigationBarAppearance.GetBackgroundImage Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetBackgroundImage(UIBarMetrics) |
Das Hintergrundbild, das für die angegebene UIBarMetrics verwendet wird. |
GetBackgroundImage(UIBarPosition, UIBarMetrics) |
Das Hintergrundbild, das für die angegebene UIBarPosition und UIBarMetrics verwendet wird. |
GetBackgroundImage(UIBarMetrics)
Das Hintergrundbild, das für die angegebene UIBarMetrics verwendet wird.
[Foundation.Export("backgroundImageForBarMetrics:")]
public virtual UIKit.UIImage GetBackgroundImage (UIKit.UIBarMetrics forBarMetrics);
abstract member GetBackgroundImage : UIKit.UIBarMetrics -> UIKit.UIImage
override this.GetBackgroundImage : UIKit.UIBarMetrics -> UIKit.UIImage
Parameter
- forBarMetrics
- UIBarMetrics
Gibt zurück
- Attribute
Gilt für:
GetBackgroundImage(UIBarPosition, UIBarMetrics)
Das Hintergrundbild, das für die angegebene UIBarPosition und UIBarMetrics verwendet wird.
[Foundation.Export("backgroundImageForBarPosition:barMetrics:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 7, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIImage GetBackgroundImage (UIKit.UIBarPosition barPosition, UIKit.UIBarMetrics barMetrics);
abstract member GetBackgroundImage : UIKit.UIBarPosition * UIKit.UIBarMetrics -> UIKit.UIImage
override this.GetBackgroundImage : UIKit.UIBarPosition * UIKit.UIBarMetrics -> UIKit.UIImage
Parameter
- barPosition
- UIBarPosition
- barMetrics
- UIBarMetrics
Gibt zurück
- Attribute