ElementCompositionPreview.GetElementVisual(UIElement) Method

Definition

Retrieves the Windows.UI.Composition.Visual object that backs a XAML element in the XAML composition tree.

public:
 static Visual ^ GetElementVisual(UIElement ^ element);
 static Visual GetElementVisual(UIElement const& element);
public static Visual GetElementVisual(UIElement element);
function getElementVisual(element)
Public Shared Function GetElementVisual (element As UIElement) As Visual

Parameters

element
UIElement

The element to retrieve the Visual for.

Returns

The Windows.UI.Composition.Visual object that backs the XAML element.

Applies to