AttachedVisualFactoryBase Class

Definition

A type responsible for creating Windows.UI.Composition.Visual instances to attach to target elements.

public abstract class AttachedVisualFactoryBase : Windows.UI.Xaml.DependencyObject
type AttachedVisualFactoryBase = class
    inherit DependencyObject
Public MustInherit Class AttachedVisualFactoryBase
Inherits DependencyObject
Inheritance
Windows.UI.Xaml.DependencyObject
AttachedVisualFactoryBase
Derived

Constructors

AttachedVisualFactoryBase()

Methods

GetAttachedVisualAsync(UIElement)

Creates a Windows.UI.Composition.Visual to attach to the target element.

Applies to