UISegmentedControl.SetBackgroundImage Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définissez l’image d’arrière-plan pour le contrôle segmenté.
[Foundation.Export("setBackgroundImage:forState:barMetrics:")]
public virtual void SetBackgroundImage (UIKit.UIImage backgroundImage, UIKit.UIControlState state, UIKit.UIBarMetrics barMetrics);
abstract member SetBackgroundImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIBarMetrics -> unit
override this.SetBackgroundImage : UIKit.UIImage * UIKit.UIControlState * UIKit.UIBarMetrics -> unit
Paramètres
- state
- UIControlState
État de contrôle pour lequel définir l’image d’arrière-plan
- barMetrics
- UIBarMetrics
Métriques de barre pour laquelle définir l’image d’arrière-plan.
- Attributs
Remarques
Ce membre participe au système de UIAppearance style. Consultez la Appearance propriété et la AppearanceWhenContainedIn(Type[]) méthode.