The TreeViewExpandCollapseAnimation type exposes the following members.
Properties
|
| Name | Description |
|---|
 | AnimationName |
Gets or sets the name of the animation.
(Inherited from RadAnimation.) |
 | AnimationTargetName |
Gets or sets the name of the element that should be animated.
|
 | Direction |
Gets or sets a value indicating whether the direction of the animation.
|
 | Duration |
Gets or sets the duration of the easing animation.
|
 | EasingFunction |
Gets or sets the easing function.
|
 | SpeedRatio |
Gets or sets the value for the SpeedRatio of the Storyboard generated by this animation.
(Inherited from RadAnimation.) |
 | TargetName |
Gets or sets the name of the element that should be animated.
Using this property causes generation of non compiling code by Blend.
|
See Also