Table of Contents

Class AnimationPanel

Namespace
HeBianGu.Control.Panel
Assembly
HeBianGu.Control.Panel.dll
public abstract class AnimationPanel : PanelBase, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
Inheritance
AnimationPanel
Implements
Derived
Inherited Members
Extension Methods

Fields

AnimationModeProperty

public static readonly DependencyProperty AnimationModeProperty

Field Value

DependencyProperty

DurationProperty

public static readonly DependencyProperty DurationProperty

Field Value

DependencyProperty

IsAnimationProperty

public static readonly DependencyProperty IsAnimationProperty

Field Value

DependencyProperty

SplitMilliSecondProperty

public static readonly DependencyProperty SplitMilliSecondProperty

Field Value

DependencyProperty

Properties

AnimationMode

public AnimationMode AnimationMode { get; set; }

Property Value

AnimationMode

Duration

public double Duration { get; set; }

Property Value

double

IsAnimation

public bool IsAnimation { get; set; }

Property Value

bool

SplitMilliSecond

public double SplitMilliSecond { get; set; }

Property Value

double

Timelines

public ObservableCollection<Timeline> Timelines { get; }

Property Value

ObservableCollection<Timeline>

Methods

ArrangeOverride(Size)

When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.

protected override Size ArrangeOverride(Size finalSize)

Parameters

finalSize Size

The final area within the parent that this element should use to arrange itself and its children.

Returns

Size

The actual size used.

RefreshAnimation()

protected virtual void RefreshAnimation()