ScrollViewer.GetIsZoomInertiaEnabled(DependencyObject) 方法

定義

從指定的專案取得 IsZoomInertiaEnabled 相依性屬性 / ScrollViewer.IsZoomInertiaEnabled XAML 附加屬性的值。

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

參數

element
DependencyObject

要從中讀取屬性值的項目。

傳回

Boolean

bool

從屬性存放區取得的 屬性值。

備註

如需詳細資訊,請參閱 IsZoomInertiaEnabled 屬性。

適用於

另請參閱