ScrollViewer.SetCanContentRenderOutsideBounds Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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 .