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

Значение true , если прокрученное содержимое может отображаться за пределами ScrollViewer; в противном случае — false. Значение по умолчанию — false.

Требования к Windows

Семейство устройств
Windows 10, version 1809 (появилось в 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (появилось в v7.0)

Применяется к