TiPipe.FlowReverse
TiPipe
Specifies the direction of the flow animation.
property FlowReverse : Boolean;
Description
Use FlowReverse to specify the direction of the flow animation.
If the flow is Horizontal, then setting this property to FALSE results in a
flow from Left to Right.
If the flow is Horizontal, then setting this property to TRUE results in a
flow from Right to Left.
If the flow is Vertical, then setting this property to FALSE results in a flow
from Bottom to Top.
If the flow is Vertical, then setting this property to TRUE results in a flow
from Top to Bottom.
Note: Horizontal and Vertical flow is determined by the width and height of the
control. If the width is greater than the height of the control, then the flow
is horizontal. If the height is greater than the width of the control, then the
flow is vertical. If width and heigh are equal, the flow is vertical.
Example
Delphi
iComponent.FlowReverse := True;
C++ Builder
iComponent->FlowReverse = True;
Contents | Index | Previous | Next