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 属性。

适用于

另请参阅