ScrollViewer.SetIsZoomInertiaEnabled(DependencyObject, Boolean) Metodo

Definizione

Imposta il valore della proprietà di dipendenza IsZoomInertiaEnabled / ScrollViewer.IsZoomInertiaEnabled XAML associata su un elemento specificato.

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)

Parametri

element
DependencyObject

Elemento per cui impostare il valore della proprietà.

isZoomInertiaEnabled
Boolean

bool

Il valore da impostare.

Commenti

Per altre info, vedi la proprietà IsZoomInertiaEnabled .

Si applica a

Vedi anche