ScrollViewer.SetCanContentRenderOutsideBounds Metodo

Definizione

Imposta il valore della proprietà di dipendenza CanContentRenderOutsideBounds / ScrollViewer.CanContentRenderOutsideBounds XAML associata 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.

Requisiti Windows

Famiglia di dispositivi
Windows 10, version 1809 (è stato introdotto in 10.0.17763.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v7.0)

Commenti

Per altre informazioni, vedere la proprietà CanContentRenderOutsideBounds .

Si applica a

Vedi anche