Share via


ScrollViewer.CanContentRenderOutsideBounds Propriedade

Definição

Obtém ou define um valor que indica se o conteúdo rolado pode renderizar fora dos limites do ScrollViewer.

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

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

Valor da propriedade

Boolean

bool

true se o conteúdo rolado puder renderizar fora dos limites do ScrollViewer; caso contrário, false. O padrão é false.

Aplica-se a