Condividi tramite


ScrollViewer.SetCanContentRenderOutsideBounds Metodo

Definizione

Imposta il valore della proprietà di dipendenza CanContentRenderOutsideBounds o ScrollViewer.CanContentRenderOutsideBounds della proprietà associata XAML su un elemento specificato.

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)

Parametri

element
DependencyObject

Elemento per cui impostare il valore della proprietà.

canContentRenderOutsideBounds
Boolean

bool

Il valore da impostare.

Commenti

Per altre info, vedi la proprietà CanContentRenderOutsideBounds .

Si applica a

Vedi anche