ScrollViewer.SetIsZoomInertiaEnabled(DependencyObject, Boolean) Method

Definition

Sets the value of the IsZoomInertiaEnabled dependency property / ScrollViewer.IsZoomInertiaEnabled XAML attached property on a specified element.

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)

Parameters

element
DependencyObject

The element on which to set the property value.

isZoomInertiaEnabled
Boolean

bool

The value to set.

Remarks

For more info, see the IsZoomInertiaEnabled property.

Applies to

See also