VisualExtensions.GetVisual(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 of a Windows.UI.Xaml.UIElement
public static Windows.UI.Composition.Visual GetVisual (this Windows.UI.Xaml.UIElement element);
static member GetVisual : Windows.UI.Xaml.UIElement -> Windows.UI.Composition.Visual
<Extension()>
Public Function GetVisual (element As UIElement) As Visual
Parameters
- element
- Windows.UI.Xaml.UIElement
The Windows.UI.Xaml.UIElement
Returns
Windows.UI.Composition.Visual
The Windows.UI.Composition.Visual backing the Windows.UI.Xaml.UIElement