Implements a coverflow-like animation.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public class IEHorizontalFlow : IEAnimation
Public Class IEHorizontalFlow _
	Inherits IEAnimation
public ref class IEHorizontalFlow : public IEAnimation

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
IEHorizontalFlow()()()()
IEHorizontalFlow constructor.
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.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()()
IEHorizontalFlow destructor
(Overrides Object..::..Finalize()()()().)
FramesZoomFilter

Specifies the interpolation filter to apply when the animation runs.

Default is None.

(Inherited from IEAnimation.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
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.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RestartAnimation()()()()
Restarts the animation.
(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.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)

Inheritance Hierarchy

System..::..Object
  HiComponents.IEvolution..::..IEAnimation
    HiComponents.IEvolution..::..IEHorizontalFlow

See Also