UISearchBar.UISearchBarAppearance.SetScopeBarButtonDividerImage Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define a imagem a ser usada como um divisor para a combinação especificada de estados esquerdo e direito.
[Foundation.Export("setScopeBarButtonDividerImage:forLeftSegmentState:rightSegmentState:")]
public virtual void SetScopeBarButtonDividerImage (UIKit.UIImage dividerImage, UIKit.UIControlState leftState, UIKit.UIControlState rightState);
abstract member SetScopeBarButtonDividerImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIControlState -> unit
override this.SetScopeBarButtonDividerImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIControlState -> unit
Parâmetros
- dividerImage
- UIImage
- leftState
- UIControlState
- rightState
- UIControlState
- Atributos