UIBarButtonItem.SetBackButtonBackgroundImage Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Consente di impostare l'immagine di sfondo del pulsante.
[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
Parametri
- forState
- UIControlState
Stato per impostare l'immagine di sfondo.
- barMetrics
- UIBarMetrics
Metriche della barra per sethte background image for
- Attributi
Commenti
Questo membro partecipa al UIAppearance sistema di stile. Vedere la proprietà e il AppearanceAppearanceWhenContainedIn(Type[]) metodo .