ScrollViewer.GetIsZoomInertiaEnabled(DependencyObject) Method

Definition

Gets the value of the IsZoomInertiaEnabled dependency property / ScrollViewer.IsZoomInertiaEnabled XAML attached property from a specified element.

C#
public static bool GetIsZoomInertiaEnabled(DependencyObject element);

Parameters

element
DependencyObject

The element from which the property value is read.

Returns

Boolean

The value of the property, as obtained from the property store.

Remarks

For more info, see the IsZoomInertiaEnabled property.

Applies to

Produk Versi
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also