ScrollViewer.GetCanContentScroll(DependencyObject) メソッド

定義

指定された要素から 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

CanContentScroll

適用対象