Table of Contents

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

RoutedEvent

DataProperty

路径

public static readonly DependencyProperty DataProperty

Field Value

DependencyProperty

DurationProperty

动画间隔时间

public static readonly DependencyProperty DurationProperty

Field Value

DependencyProperty

IsPlayingProperty

public static readonly DependencyProperty IsPlayingProperty

Field Value

DependencyProperty

PathLengthProperty

路径长度

public static readonly DependencyProperty PathLengthProperty

Field Value

DependencyProperty

RepeatBehaviorProperty

public static readonly DependencyProperty RepeatBehaviorProperty

Field Value

DependencyProperty

Properties

Data

路径

public Geometry Data { get; set; }

Property Value

Geometry

DefiningGeometry

Gets a value that represents the Geometry of the Shape.

protected override Geometry DefiningGeometry { get; }

Property Value

Geometry

The Geometry of the Shape.

Duration

动画间隔时间

public Duration Duration { get; set; }

Property Value

Duration

IsPlaying

是否正在播放动画

public bool IsPlaying { get; set; }

Property Value

bool

PathLength

路径长度

public double PathLength { get; set; }

Property Value

double

RepeatBehavior

动画重复行为

public RepeatBehavior RepeatBehavior { get; set; }

Property Value

RepeatBehavior

Events

Completed

动画完成事件

public event EventHandler Completed

Event Type

EventHandler