Class AnimationCanvas
public class AnimationCanvas : Canvas, IAnimatable, ISupportInitialize, IFrameworkInputElement, IInputElement, IQueryAmbient, IAddChild
- Inheritance
-
AnimationCanvas
- Implements
- Inherited Members
- Extension Methods
Fields
DurationProperty
public static readonly DependencyProperty DurationProperty
Field Value
UseAnimationProperty
public static readonly DependencyProperty UseAnimationProperty
Field Value
Properties
Duration
public TimeSpan Duration { get; set; }
Property Value
UseAnimation
public bool UseAnimation { get; set; }
Property Value
Methods
ArrangeOverride(Size)
Arranges the content of a Canvas element.
protected override Size ArrangeOverride(Size arrangeSize)