Edit

Share via


UIElementExtensions.GetVisualFactory(UIElement) Method

Definition

Gets the value of VisualFactoryProperty.

public static Microsoft.Toolkit.Uwp.UI.Media.AttachedVisualFactoryBase GetVisualFactory (Windows.UI.Xaml.UIElement element);
static member GetVisualFactory : Windows.UI.Xaml.UIElement -> Microsoft.Toolkit.Uwp.UI.Media.AttachedVisualFactoryBase
Public Shared Function GetVisualFactory (element As UIElement) As AttachedVisualFactoryBase

Parameters

element
Windows.UI.Xaml.UIElement

The Windows.UI.Xaml.UIElement to get the value for.

Returns

The retrieved AttachedVisualFactoryBase item.

Applies to