ScaleAnimation Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A scale animation working on the composition or layer.
public class ScaleAnimation : Microsoft.Toolkit.Uwp.UI.Animations.Vector3Animation
public sealed class ScaleAnimation : Microsoft.Toolkit.Uwp.UI.Animations.ImplicitAnimation<string,System.Numerics.Vector3>
type ScaleAnimation = class
inherit Vector3Animation
type ScaleAnimation = class
inherit ImplicitAnimation<string, Vector3>
Public Class ScaleAnimation
Inherits Vector3Animation
Public NotInheritable Class ScaleAnimation
Inherits ImplicitAnimation(Of String, Vector3)
- Inheritance
- Inheritance
-
Windows.UI.Xaml.DependencyObjectScaleAnimation
Scale |
Initializes a new instance of the ScaleAnimation class. |
Delay |
Gets or sets the optional initial delay for the animation. (Inherited from Animation) |
Delay |
Gets or sets the delay behavior for the animation. The default value is set to Windows.UI.Composition.AnimationDelayBehavior.SetInitialValueBeforeDelay. This value is applicable when the current animation is used as either an implicit composition animation, or an explicit composition animation. If the current animation is instead running on the XAML layer (if used through CustomAnimation<TValue,TKeyFrame>), it will be ignored. (Inherited from Animation) |
Duration |
Gets or sets the animation duration. (Inherited from Animation) |
Easing |
Gets or sets the optional easing function mode for the animation. (Inherited from Animation) |
Easing |
Gets or sets the optional easing function type for the animation. (Inherited from Animation) |
Explicit |
Gets the explicit target for the animation. This is the primary target property that is animated. (Inherited from Animation<TValue,TKeyFrame>) |
From |
Gets or sets the optional starting value for the animation. (Inherited from Animation<TValue,TKeyFrame>) |
Implicit |
Gets or sets the optional implicit target for the animation. This can act as a trigger property for the animation. (Inherited from ImplicitAnimation<TValue,TKeyFrame>) |
Key |
Gets or sets the optional keyframe collection for the current animation. Setting this will overwrite the To and From values. (Inherited from Animation<TValue,TKeyFrame>) |
Repeat |
Gets or sets the repeat option for the animation. (Inherited from Animation) |
To |
Gets or sets the final value for the animation. (Inherited from Animation<TValue,TKeyFrame>) |
Animation |
Raised whenever a property that influences the animation changes. This event is used by ImplicitAnimationSet to update the animations collection assigned to a target Windows.UI.Xaml.UIElement when any of the individual animations is modified. (Inherited from ImplicitAnimation<TValue,TKeyFrame>) |
Προϊόν | Εκδόσεις |
---|---|
Windows Community Toolkit | 6.1.1, 7.0.0, 7.1.0 |