CarouselPanel.CanVerticallyScroll 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.
Non destiné à une utilisation générale. Obtient ou définit une valeur qui indique si le défilement sur l’axe vertical est possible.
public:
property bool CanVerticallyScroll { bool get(); void set(bool value); };
bool CanVerticallyScroll();
void CanVerticallyScroll(bool value);
public bool CanVerticallyScroll { get; set; }
var boolean = carouselPanel.canVerticallyScroll;
carouselPanel.canVerticallyScroll = boolean;
Public Property CanVerticallyScroll As Boolean
<CarouselPanel CanVerticallyScroll="bool" />
Valeur de propriété
Boolean
bool
true si le défilement est possible ; sinon, false.
Remarques
Notes
Cette propriété n’est pas destinée à être utilisée dans votre code.