ScrollViewer.SetCanContentRenderOutsideBounds Método

Definição

Define o valor da propriedade de dependência CanContentRenderOutsideBounds / ScrollViewer.CanContentRenderOutsideBounds propriedade anexada XAML em um elemento especificado.

public:
 static void SetCanContentRenderOutsideBounds(DependencyObject ^ element, bool canContentRenderOutsideBounds);
 static void SetCanContentRenderOutsideBounds(DependencyObject const& element, bool const& canContentRenderOutsideBounds);
public static void SetCanContentRenderOutsideBounds(DependencyObject element, bool canContentRenderOutsideBounds);
function setCanContentRenderOutsideBounds(element, canContentRenderOutsideBounds)
Public Shared Sub SetCanContentRenderOutsideBounds (element As DependencyObject, canContentRenderOutsideBounds As Boolean)

Parâmetros

element
DependencyObject

O elemento no qual definir o valor da propriedade.

canContentRenderOutsideBounds
Boolean

bool

O valor a ser definido.

Comentários

Para obter mais informações, consulte a propriedade CanContentRenderOutsideBounds .

Aplica-se a

Confira também