Class AnimationLayer
public class AnimationLayer : LayerBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild, IDraw
- Inheritance
-
AnimationLayer
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
AnimationLayer()
public AnimationLayer()
Fields
IsUseAnimationProperty
public static readonly DependencyProperty IsUseAnimationProperty
Field Value
SplitMilliSecondProperty
public static readonly DependencyProperty SplitMilliSecondProperty
Field Value
TimelinesProperty
public static readonly DependencyProperty TimelinesProperty
Field Value
Properties
DefaultKey
public static ComponentResourceKey DefaultKey { get; }
Property Value
IsUseAnimation
public bool IsUseAnimation { get; set; }
Property Value
SplitMilliSecond
public double SplitMilliSecond { get; set; }
Property Value
Timelines
public Timelines Timelines { get; set; }
Property Value
Methods
RunPath(Path, double)
更新路径
protected void RunPath(Path path, double MilliSecond = 1000)