Поделиться через


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.

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