ScrollViewer.SetIsScrollInertiaEnabled(DependencyObject, Boolean) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Define o valor da propriedade de dependência IsScrollInertiaEnabled / ScrollViewer.IsScrollInertiaEnabled
propriedade anexada XAML em um elemento especificado.
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)
Parâmetros
- element
- DependencyObject
O elemento no qual definir o valor da propriedade.
- isScrollInertiaEnabled
-
Boolean
bool
O valor a ser definido.
Comentários
Para obter mais informações, consulte a propriedade IsScrollInertiaEnabled .