Intersoft ClientUI Documentation
UXStackPanel_AnimatePrevious Method



Target panel.
Starting index.
Movement.
Direction
Animate previous items.
Syntax
Public Shared Sub UXStackPanel_AnimatePrevious( _
   ByVal panel As UXPanel, _
   ByVal index As Integer, _
   ByVal move As Double, _
   ByVal direction As Integer _
) 
Dim panel As UXPanel
Dim index As Integer
Dim move As Double
Dim direction As Integer
 
PanelUtilityExport.UXStackPanel_AnimatePrevious(panel, index, move, direction)
public static void UXStackPanel_AnimatePrevious( 
   UXPanel panel,
   int index,
   double move,
   int direction
)
public:
static void UXStackPanel_AnimatePrevious( 
   UXPanel^ panel,
   int index,
   double move,
   int direction
) 

Parameters

panel
Target panel.
index
Starting index.
move
Movement.
direction
Direction
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

PanelUtilityExport Class
PanelUtilityExport Members

Send Feedback