ScrollViewer.SetIsScrollInertiaEnabled(DependencyObject, Boolean) 方法

定义

设置指定元素上的 IsScrollInertiaEnabled 依赖属性/ ScrollViewer.IsScrollInertiaEnabled XAML 附加属性的值。

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)

参数

element
DependencyObject

要在其上设置属性值的元素。

isScrollInertiaEnabled
Boolean

bool

要设置的值。

注解

有关详细信息,请参阅 IsScrollInertiaEnabled 属性。

适用于

另请参阅