ScrollView.ComputedHorizontalScrollMode 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 une valeur qui indique la capacité effective à faire défiler horizontalement au moyen d’une entrée utilisateur.
public:
property ScrollingScrollMode ComputedHorizontalScrollMode { ScrollingScrollMode get(); };
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedHorizontalScrollMode")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedHorizontalScrollMode")]
ScrollingScrollMode ComputedHorizontalScrollMode();
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedHorizontalScrollMode")]
public ScrollingScrollMode ComputedHorizontalScrollMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultComputedHorizontalScrollMode")] get; }
var scrollingScrollMode = scrollView.computedHorizontalScrollMode;
Public ReadOnly Property ComputedHorizontalScrollMode As ScrollingScrollMode
Valeur de propriété
Valeur de l’énumération qui indique la capacité effective à faire défiler horizontalement au moyen d’une entrée utilisateur.
- Attributs
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute