Share via


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

適用於