ScrollViewer.GetIsZoomInertiaEnabled(DependencyObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的專案取得 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 屬性。