ScrollContentPresenter.CanContentRenderOutsideBounds プロパティ

定義

スクロールされたコンテンツが ScrollViewer の境界外にレンダリングできるかどうかを示す値を取得または設定します。

public:
 property bool CanContentRenderOutsideBounds { bool get(); void set(bool value); };
bool CanContentRenderOutsideBounds();

void CanContentRenderOutsideBounds(bool value);
public bool CanContentRenderOutsideBounds { get; set; }
var boolean = scrollContentPresenter.canContentRenderOutsideBounds;
scrollContentPresenter.canContentRenderOutsideBounds = boolean;
Public Property CanContentRenderOutsideBounds As Boolean

プロパティ値

Boolean

bool

スクロール されたコンテンツが ScrollViewer の境界外にレンダリングできる場合は true。それ以外の場合は false。 既定値は false です。

適用対象