UISlider.MaxTrackImage(UIControlState) 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.
Retourne la piste UIImage maximale utilisée pour l’état de contrôle fourni.
[Foundation.Export("maximumTrackImageForState:")]
public virtual UIKit.UIImage MaxTrackImage (UIKit.UIControlState forState);
abstract member MaxTrackImage : UIKit.UIControlState -> UIKit.UIImage
override this.MaxTrackImage : UIKit.UIControlState -> UIKit.UIImage
Paramètres
- forState
- UIControlState
État de contrôle de l’image de suivi maximale.
Retours
- Attributs
Remarques
null
Retourne s’il n’existe aucune image de suivi pour l’état de contrôle.
Ce membre participe au système de UIAppearance style. Consultez la Appearance propriété et la AppearanceWhenContainedIn(Type[]) méthode.