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

適用対象