Table of Contents

Class AnimationLayer

Namespace
HeBianGu.Control.Chart2D
Assembly
HeBianGu.Control.Chart2D.dll
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

DependencyProperty

SplitMilliSecondProperty

public static readonly DependencyProperty SplitMilliSecondProperty

Field Value

DependencyProperty

TimelinesProperty

public static readonly DependencyProperty TimelinesProperty

Field Value

DependencyProperty

Properties

DefaultKey

public static ComponentResourceKey DefaultKey { get; }

Property Value

ComponentResourceKey

IsUseAnimation

public bool IsUseAnimation { get; set; }

Property Value

bool

SplitMilliSecond

public double SplitMilliSecond { get; set; }

Property Value

double

Timelines

public Timelines Timelines { get; set; }

Property Value

Timelines

Methods

RunPath(Path, double)

更新路径

protected void RunPath(Path path, double MilliSecond = 1000)

Parameters

path Path
MilliSecond double