ScrollViewer.SetIsScrollInertiaEnabled(DependencyObject, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定的專案上設定 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 屬性。