The IEHorizontalFlow 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.
(Inherited from IEAnimation.)
CurrentImageZoom
Specifies the zoom (0..1) for central image. Default is 1.0.
Depth
Specifies the 3D projection depth. Default is 500.
(Inherited from IEAnimation.)
FramesZoomFilter

Specifies the interpolation filter to apply when the animation runs.

Default is None.

(Inherited from IEAnimation.)
HorizontalDistance
Specifies the horizontal distance among images, in pixels. Default is 80.
ImagesHorizontalPercentage
Specifies the percentage (1..100) of view-width used by a single image. Default is 40.
ImagesVerticalPercentage
Specifies the percentage (1..100) of view-height used by a single image. Default is 80.
ImagesZoom
Specifies the zoom (0..1) for non-central images. Default is 0.7.
LastFrameZoomFilter

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

Default is FastLinear.

(Inherited from IEAnimation.)
RotateAngle
Specifies the non-central images rotation in degrees (0..359). Default is 40 degrees.
ShadowAlphaMax
Specifies the maximum alpha value for the shadow. Default is 40.
(Inherited from IEAnimation.)
ShadowAlphaMin
Specifies the minimum alpha value for the shadow. Default is 0.
(Inherited from IEAnimation.)
ShowBorder
If true a border will be painted around all images.
(Inherited from IEAnimation.)
ShowScrollbar
If true the scrollbar will be painted.
(Inherited from IEAnimation.)
ShowText
If true the current image text will be painted.
(Inherited from IEAnimation.)

See Also