ScrollViewer.SetPanningDeceleration(DependencyObject, Double) 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éfinit la propriété PanningDeceleration pour l'objet spécifié.
public:
static void SetPanningDeceleration(System::Windows::DependencyObject ^ element, double value);
public static void SetPanningDeceleration (System.Windows.DependencyObject element, double value);
static member SetPanningDeceleration : System.Windows.DependencyObject * double -> unit
Public Shared Sub SetPanningDeceleration (element As DependencyObject, value As Double)
Paramètres
- element
- DependencyObject
Objet sur lequel définir la propriété PanningDeceleration.
- value
- Double
Le taux ScrollViewer ralentit en unités indépendantes de l’appareil (1/96e pouce par unité) par milliseconde carrée.