ElementCompositionPreview.GetElementVisual(UIElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Returns
The Windows.UI.Composition.Visual object that backs the XAML element.
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10586.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v2.0)
|