Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 913 Bytes

visualinteractionsource_createfromivisualelement_454341792.md

File metadata and controls

33 lines (19 loc) · 913 Bytes
-api-id -api-type ms.custom
M:Windows.UI.Composition.Interactions.VisualInteractionSource.CreateFromIVisualElement(Windows.UI.Composition.IVisualElement)
winrt method
19H1

Windows.UI.Composition.Interactions.VisualInteractionSource.CreateFromIVisualElement

-description

Creates an instance of VisualInteractionSource from an element that implements IVisualElement.

-parameters

-param source

The element to use as the source of the interaction, typically a XAML UIElement.

-returns

Returns the created VisualInteractionSource object.

-remarks

-see-also

-examples