Class AnimationPath
- Namespace
- HeBianGu.General.WpfControlLib
- Assembly
- HeBianGu.General.WpfControlLib.dll
public class AnimationPath : Shape, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient
- Inheritance
-
AnimationPath
- Implements
- Inherited Members
- Extension Methods
Constructors
AnimationPath()
public AnimationPath()
Fields
CompletedEvent
动画完成事件
public static readonly RoutedEvent CompletedEvent
Field Value
DataProperty
路径
public static readonly DependencyProperty DataProperty
Field Value
DurationProperty
动画间隔时间
public static readonly DependencyProperty DurationProperty
Field Value
IsPlayingProperty
public static readonly DependencyProperty IsPlayingProperty
Field Value
PathLengthProperty
路径长度
public static readonly DependencyProperty PathLengthProperty
Field Value
RepeatBehaviorProperty
public static readonly DependencyProperty RepeatBehaviorProperty
Field Value
Properties
Data
路径
public Geometry Data { get; set; }
Property Value
DefiningGeometry
protected override Geometry DefiningGeometry { get; }
Property Value
Duration
动画间隔时间
public Duration Duration { get; set; }
Property Value
IsPlaying
是否正在播放动画
public bool IsPlaying { get; set; }
Property Value
PathLength
路径长度
public double PathLength { get; set; }
Property Value
RepeatBehavior
动画重复行为
public RepeatBehavior RepeatBehavior { get; set; }
Property Value
Events
Completed
动画完成事件
public event EventHandler Completed