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 プロパティを参照してください。

適用対象

こちらもご覧ください