VisualInteractionSource Class

Definition

[WebHostHidden]
public ref class VisualInteractionSource : CompositionObject, ICompositionInteractionSource
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.LiftedContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[WebHostHidden]
class VisualInteractionSource : CompositionObject, ICompositionInteractionSource
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Foundation.WindowsAppSDKContract, 65536)]
[WebHostHidden]
class VisualInteractionSource : CompositionObject, ICompositionInteractionSource
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.LiftedContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class VisualInteractionSource : CompositionObject, ICompositionInteractionSource
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Foundation.WindowsAppSDKContract), 65536)]
public class VisualInteractionSource : CompositionObject, ICompositionInteractionSource
Public Class VisualInteractionSource
Inherits CompositionObject
Implements ICompositionInteractionSource
Inheritance
Object Platform::Object IInspectable CompositionObject VisualInteractionSource
Attributes
Implements

Properties

Name Description
Comment (Inherited from CompositionObject)
Compositor (Inherited from CompositionObject)
DeltaPosition
DeltaScale
DispatcherQueue (Inherited from CompositionObject)
ImplicitAnimations (Inherited from CompositionObject)
IsPositionXRailsEnabled
IsPositionYRailsEnabled
ManipulationRedirectionMode
PointerWheelConfig
Position
PositionVelocity
PositionXChainingMode
PositionXSourceMode
PositionYChainingMode
PositionYSourceMode
Properties (Inherited from CompositionObject)
Scale
ScaleChainingMode
ScaleSourceMode
ScaleVelocity
Source

Methods

Name Description
Close() (Inherited from CompositionObject)
ConfigureCenterPointXModifiers(IIterable<CompositionConditionalValue>)
ConfigureCenterPointYModifiers(IIterable<CompositionConditionalValue>)
ConfigureDeltaPositionXModifiers(IIterable<CompositionConditionalValue>)
ConfigureDeltaPositionYModifiers(IIterable<CompositionConditionalValue>)
ConfigureDeltaScaleModifiers(IIterable<CompositionConditionalValue>)
Create(Visual)
CreateFromIVisualElement(IVisualElement)
Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from CompositionObject)
PopulatePropertyInfo(String, AnimationPropertyInfo) (Inherited from CompositionObject)
StartAnimation(String, CompositionAnimation, AnimationController) (Inherited from CompositionObject)
StartAnimation(String, CompositionAnimation) (Inherited from CompositionObject)
StartAnimationGroup(ICompositionAnimationBase) (Inherited from CompositionObject)
StopAnimation(String) (Inherited from CompositionObject)
StopAnimationGroup(ICompositionAnimationBase) (Inherited from CompositionObject)
TryGetAnimationController(String) (Inherited from CompositionObject)
TryRedirectForManipulation(ExpPointerPoint)
TryRedirectForManipulation(PointerPoint)

Applies to