Compartilhar via


UINavigationBar.UINavigationBarAppearance.GetBackgroundImage Método

Definição

Sobrecargas

GetBackgroundImage(UIBarMetrics)

A imagem de plano de fundo usada para a UIBarMetrics especificada.

GetBackgroundImage(UIBarPosition, UIBarMetrics)

A imagem de plano de fundo usada para a UIBarPosition e UIBarMetrics especificadas.

GetBackgroundImage(UIBarMetrics)

A imagem de plano de fundo usada para a UIBarMetrics especificada.

[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

Parâmetros

forBarMetrics
UIBarMetrics

Retornos

Atributos

Aplica-se a

GetBackgroundImage(UIBarPosition, UIBarMetrics)

A imagem de plano de fundo usada para a UIBarPosition e UIBarMetrics especificadas.

[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

Parâmetros

barPosition
UIBarPosition
barMetrics
UIBarMetrics

Retornos

Atributos

Aplica-se a