Share via


ScrollViewer.SetIsZoomInertiaEnabled(DependencyObject, Boolean) Método

Definición

Establece el valor de la propiedad de dependencia IsZoomInertiaEnabled / ScrollViewer.IsZoomInertiaEnabled propiedad adjunta XAML en un elemento especificado.

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)

Parámetros

element
DependencyObject

Elemento en el que se establecerá el valor de la propiedad.

isZoomInertiaEnabled
Boolean

bool

Valor que se va a establecer.

Comentarios

Para obtener más información, consulta la propiedad IsZoomInertiaEnabled .

Se aplica a

Consulte también