ScrollViewer.SetCanContentRenderOutsideBounds メソッド

定義

指定した要素の CanContentRenderOutsideBounds 依存関係プロパティ/ ScrollViewer.CanContentRenderOutsideBounds XAML 添付プロパティの値を設定します。

public:
 static void SetCanContentRenderOutsideBounds(DependencyObject ^ element, bool canContentRenderOutsideBounds);
 static void SetCanContentRenderOutsideBounds(DependencyObject const& element, bool const& canContentRenderOutsideBounds);
public static void SetCanContentRenderOutsideBounds(DependencyObject element, bool canContentRenderOutsideBounds);
function setCanContentRenderOutsideBounds(element, canContentRenderOutsideBounds)
Public Shared Sub SetCanContentRenderOutsideBounds (element As DependencyObject, canContentRenderOutsideBounds As Boolean)

パラメーター

element
DependencyObject

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

canContentRenderOutsideBounds
Boolean

bool

設定する値。

Windows の要件

デバイス ファミリ
Windows 10, version 1809 (10.0.17763.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v7.0 で導入)

注釈

詳細については、 CanContentRenderOutsideBounds プロパティを 参照してください。

適用対象

こちらもご覧ください