Condividi tramite


ScrollViewer.SetIsScrollInertiaEnabled(DependencyObject, Boolean) Metodo

Definizione

Imposta il valore della proprietà di dipendenza IsScrollInertiaEnabled o ScrollViewer.IsScrollInertiaEnabled della proprietà associata XAML su un elemento specificato.

public:
 static void SetIsScrollInertiaEnabled(DependencyObject ^ element, bool isScrollInertiaEnabled);
 static void SetIsScrollInertiaEnabled(DependencyObject const& element, bool const& isScrollInertiaEnabled);
public static void SetIsScrollInertiaEnabled(DependencyObject element, bool isScrollInertiaEnabled);
function setIsScrollInertiaEnabled(element, isScrollInertiaEnabled)
Public Shared Sub SetIsScrollInertiaEnabled (element As DependencyObject, isScrollInertiaEnabled As Boolean)

Parametri

element
DependencyObject

Elemento per cui impostare il valore della proprietà.

isScrollInertiaEnabled
Boolean

bool

Il valore da impostare.

Commenti

Per altre info, vedi la proprietà IsScrollInertiaEnabled .

Si applica a

Vedi anche