Compartir a través de


UISearchBar.SetSearchFieldBackgroundImage(UIImage, UIControlState) Método

Definición

Establece uiImage utilizado como fondo para el campo de texto de búsqueda para el estado especificado.

[Foundation.Export("setSearchFieldBackgroundImage:forState:")]
public virtual void SetSearchFieldBackgroundImage (UIKit.UIImage backgroundImage, UIKit.UIControlState state);
abstract member SetSearchFieldBackgroundImage : UIKit.UIImage * UIKit.UIControlState -> unit
override this.SetSearchFieldBackgroundImage : UIKit.UIImage * UIKit.UIControlState -> unit

Parámetros

backgroundImage
UIImage

Se agregará.

Este parámetro puede ser null.

Atributos

Comentarios

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

Se aplica a