The IEAnimation type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
AnimDuration
Specifies the animation duration in milliseconds. Default is 800ms.
Depth
Specifies the 3D projection depth. Default is 500.
FramesZoomFilter

Specifies the interpolation filter to apply when the animation runs.

Default is None.

LastFrameZoomFilter

Specifies the interpolation filter to apply when the last frame is showed (when the animation ends).

Default is FastLinear.

ShadowAlphaMax
Specifies the maximum alpha value for the shadow. Default is 40.
ShadowAlphaMin
Specifies the minimum alpha value for the shadow. Default is 0.
ShowBorder
If true a border will be painted around all images.
ShowScrollbar
If true the scrollbar will be painted.
ShowText
If true the current image text will be painted.

See Also