Table of Contents

Class AnimationCanvas

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

DependencyProperty

UseAnimationProperty

public static readonly DependencyProperty UseAnimationProperty

Field Value

DependencyProperty

Properties

Duration

public TimeSpan Duration { get; set; }

Property Value

TimeSpan

UseAnimation

public bool UseAnimation { get; set; }

Property Value

bool

Methods

ArrangeOverride(Size)

Arranges the content of a Canvas element.

protected override Size ArrangeOverride(Size arrangeSize)

Parameters

arrangeSize Size

The size that this Canvas element should use to arrange its child elements.

Returns

Size

A Size that represents the arranged size of this Canvas element and its descendants.