ScrollViewer.SetIsZoomInertiaEnabled(DependencyObject, Boolean) メソッド

定義

指定した要素の IsZoomInertiaEnabled 依存関係プロパティ/ ScrollViewer.IsZoomInertiaEnabled XAML 添付プロパティの値を設定します。

public:
 static void SetIsZoomInertiaEnabled(DependencyObject ^ element, bool isZoomInertiaEnabled);
 static void SetIsZoomInertiaEnabled(DependencyObject const& element, bool const& isZoomInertiaEnabled);
public static void SetIsZoomInertiaEnabled(DependencyObject element, bool isZoomInertiaEnabled);
function setIsZoomInertiaEnabled(element, isZoomInertiaEnabled)
Public Shared Sub SetIsZoomInertiaEnabled (element As DependencyObject, isZoomInertiaEnabled As Boolean)

パラメーター

element
DependencyObject

プロパティ値を設定する要素。

isZoomInertiaEnabled
Boolean

bool

設定する値。

注釈

詳細については、 IsZoomInertiaEnabled プロパティを参照してください。

適用対象

こちらもご覧ください