ScrollViewer.GetCanContentRenderOutsideBounds(DependencyObject) Metodo

Definizione

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

public:
 static bool GetCanContentRenderOutsideBounds(DependencyObject ^ element);
 static bool GetCanContentRenderOutsideBounds(DependencyObject const& element);
public static bool GetCanContentRenderOutsideBounds(DependencyObject element);
function getCanContentRenderOutsideBounds(element)
Public Shared Function GetCanContentRenderOutsideBounds (element As DependencyObject) As Boolean

Parametri

element
DependencyObject

Elemento da cui viene letto il valore della proprietà.

Restituisce

Boolean

bool

Valore della proprietà, come ottenuto dall'archivio delle proprietà.

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