LoopingSelector.ShouldLoop Propriété
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.
Obtient ou définit une valeur qui détermine si loopingSelector boucle indéfiniment.
public:
property bool ShouldLoop { bool get(); void set(bool value); };
bool ShouldLoop();
void ShouldLoop(bool value);
public bool ShouldLoop { get; set; }
var boolean = loopingSelector.shouldLoop;
loopingSelector.shouldLoop = boolean;
Public Property ShouldLoop As Boolean
Valeur de propriété
Boolean
bool
True si loopingSelector boucle indéfiniment tous les éléments LoopingSelectorItem ; sinon, false.