Class AnimationPanel
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
DurationProperty
public static readonly DependencyProperty DurationProperty
Field Value
IsAnimationProperty
public static readonly DependencyProperty IsAnimationProperty
Field Value
SplitMilliSecondProperty
public static readonly DependencyProperty SplitMilliSecondProperty
Field Value
Properties
AnimationMode
public AnimationMode AnimationMode { get; set; }
Property Value
Duration
public double Duration { get; set; }
Property Value
IsAnimation
public bool IsAnimation { get; set; }
Property Value
SplitMilliSecond
public double SplitMilliSecond { get; set; }
Property Value
Timelines
public ObservableCollection<Timeline> Timelines { get; }
Property Value
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
SizeThe 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()