言語

ScrollViewer.SetCanContentScroll(DependencyObject, Boolean) メソッド

定義

CanContentScroll依存関係プロパティの値を特定の要素に設定します。

public:
 static void SetCanContentScroll(System::Windows::DependencyObject ^ element, bool canContentScroll);
public static void SetCanContentScroll(System.Windows.DependencyObject element, bool canContentScroll);
static member SetCanContentScroll : System.Windows.DependencyObject * bool -> unit
Public Shared Sub SetCanContentScroll (element As DependencyObject, canContentScroll As Boolean)

パラメーター

element
DependencyObject

プロパティ値を設定する要素。

canContentScroll
Boolean

設定するプロパティ値。

適用対象