Vector2KeyFrameAnimation Class

Definition

public ref class Vector2KeyFrameAnimation sealed : KeyFrameAnimation
/// [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)]
class Vector2KeyFrameAnimation final : KeyFrameAnimation
/// [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)]
class Vector2KeyFrameAnimation final : KeyFrameAnimation
[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 sealed class Vector2KeyFrameAnimation : KeyFrameAnimation
[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 sealed class Vector2KeyFrameAnimation : KeyFrameAnimation
Public NotInheritable Class Vector2KeyFrameAnimation
Inherits KeyFrameAnimation
Inheritance
Object Platform::Object IInspectable CompositionObject CompositionAnimation KeyFrameAnimation Vector2KeyFrameAnimation
Attributes

Properties

Name Description
Comment (Inherited from CompositionObject)
Compositor (Inherited from CompositionObject)
DelayBehavior (Inherited from KeyFrameAnimation)
DelayTime (Inherited from KeyFrameAnimation)
Direction (Inherited from KeyFrameAnimation)
DispatcherQueue (Inherited from CompositionObject)
Duration (Inherited from KeyFrameAnimation)
ImplicitAnimations (Inherited from CompositionObject)
InitialValueExpressions (Inherited from CompositionAnimation)
IterationBehavior (Inherited from KeyFrameAnimation)
IterationCount (Inherited from KeyFrameAnimation)
KeyFrameCount (Inherited from KeyFrameAnimation)
Properties (Inherited from CompositionObject)
StopBehavior (Inherited from KeyFrameAnimation)
Target (Inherited from CompositionAnimation)

Methods

Name Description
ClearAllParameters() (Inherited from CompositionAnimation)
ClearParameter(String) (Inherited from CompositionAnimation)
Close() (Inherited from CompositionObject)
Dispose()

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

(Inherited from CompositionObject)
InsertExpressionKeyFrame(Single, String, CompositionEasingFunction) (Inherited from KeyFrameAnimation)
InsertExpressionKeyFrame(Single, String) (Inherited from KeyFrameAnimation)
InsertKeyFrame(Single, Vector2, CompositionEasingFunction)
InsertKeyFrame(Single, Vector2)
PopulatePropertyInfo(String, AnimationPropertyInfo) (Inherited from CompositionObject)
SetBooleanParameter(String, Boolean) (Inherited from CompositionAnimation)
SetColorParameter(String, Color) (Inherited from CompositionAnimation)
SetExpressionReferenceParameter(String, IAnimationObject) (Inherited from CompositionAnimation)
SetMatrix3x2Parameter(String, Matrix3x2) (Inherited from CompositionAnimation)
SetMatrix4x4Parameter(String, Matrix4x4) (Inherited from CompositionAnimation)
SetQuaternionParameter(String, Quaternion) (Inherited from CompositionAnimation)
SetReferenceParameter(String, CompositionObject) (Inherited from CompositionAnimation)
SetScalarParameter(String, Single) (Inherited from CompositionAnimation)
SetVector2Parameter(String, Vector2) (Inherited from CompositionAnimation)
SetVector3Parameter(String, Vector3) (Inherited from CompositionAnimation)
SetVector4Parameter(String, Vector4) (Inherited from CompositionAnimation)
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)

Applies to