UIBarButtonItem.SetBackButtonBackgroundImage Método

Definición

Permite establecer la imagen de fondo del botón.

[Foundation.Export("setBackButtonBackgroundImage:forState:barMetrics:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void SetBackButtonBackgroundImage (UIKit.UIImage backgroundImage, UIKit.UIControlState forState, UIKit.UIBarMetrics barMetrics);
abstract member SetBackButtonBackgroundImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIBarMetrics -> unit
override this.SetBackButtonBackgroundImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIBarMetrics -> unit

Parámetros

backgroundImage
UIImage

Imagen de fondo del botón.

Este parámetro puede ser null.

forState
UIControlState

Estado para el que se va a establecer la imagen de fondo.

barMetrics
UIBarMetrics

Métricas de barra para la que se va a crear la imagen de fondo

Atributos

Comentarios

Este miembro participa en el UIAppearance sistema de estilos. Vea la Appearance propiedad y el AppearanceWhenContainedIn(Type[]) método .

Se aplica a