ScrollViewer.GetCanContentScroll(DependencyObject) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
從指定的項目取得 CanContentScroll 相依性屬性的值。
public:
static bool GetCanContentScroll(System::Windows::DependencyObject ^ element);
public static bool GetCanContentScroll (System.Windows.DependencyObject element);
static member GetCanContentScroll : System.Windows.DependencyObject -> bool
Public Shared Function GetCanContentScroll (element As DependencyObject) As Boolean
參數
- element
- DependencyObject
要從中讀取屬性值的項目。
傳回
如果這個項目可以捲動,即為 true
;否則為 false
。