ScrollViewer.GetIsZoomInertiaEnabled(DependencyObject) Metodo

Definizione

Ottiene il valore della proprietà associata IsZoomInertiaEnabled / ScrollViewer.IsZoomInertiaEnabled XAML associata da un elemento specificato.

public:
 static bool GetIsZoomInertiaEnabled(DependencyObject ^ element);
 static bool GetIsZoomInertiaEnabled(DependencyObject const& element);
public static bool GetIsZoomInertiaEnabled(DependencyObject element);
function getIsZoomInertiaEnabled(element)
Public Shared Function GetIsZoomInertiaEnabled (element As DependencyObject) As Boolean

Parametri

element
DependencyObject

Elemento da cui viene letto il valore della proprietà.

Restituisce

Boolean

bool

Valore della proprietà, come ottenuto dall'archivio delle proprietà.

Commenti

Per altre informazioni, vedere la proprietà IsZoomInertiaEnabled .

Si applica a

Vedi anche