adxAnimatedPanel can
produces several animation effects by invoking any of its
animation methods. Of course you can't see the effects on this
Web page. I encourage you to
Download the FREE DLL and
experiment!
Private
Sub Button3_Click(ByVal
sender As System.Object,
ByVal e
As System.EventArgs)
Handles Button3.Click
Me.AdxAnimatedPanel3.StartTextBannerAnimation(100,
0, Skyhawk.BannerAnimationDirection.LeftToRight,
"Take This new Text",
Color.Green)
End
Sub
Public Sub StartAnimationBackColor(ByVal
Cycles As
Integer, ByVal
Duration As Integer,
ByVal interval As Integer,
ByVal animationColor As
System.Drawing.Color)
Public Sub StartAnimationBackColor(ByVal
Cycles As
Integer, ByVal
Duration As Integer,
ByVal interval As Integer,
ByVal animationColor As
System.Drawing.Color,
ByVal foreColor As System.Drawing.Color)
Public Sub StopAnimaitonBackColor()
Border Animation Methods:
Public Sub StartAnimationBorder(ByVal
interval As
Integer, ByVal
cycles As Integer,
ByVal duration As Integer,
ByVal animationWidth As
Short)
Public Sub StartAnimationBorder(ByVal
interval As
Integer, ByVal
cycles As Integer,
ByVal duration As Integer,
ByVal animationWidth As
Short, ByVal animationColor As
System.Drawing.Color)
Public Sub StopAnimationBorder()
Caption Animation Methods:
Public Sub
StartCaptionBannerAnimation(ByVal
Interval As
Integer, ByVal
Duration As Integer,
ByVal drcs As Skyhawk.adxConstants.BannerAnimationDirection,
ByVal aText As String,
ByVal aForeColor As System.Drawing.Color,
ByVal aBackcolor As System.Drawing.Color)
Public Sub StartAnimationCaption(ByVal
Interval As
Integer, ByVal
cycles As Integer,
ByVal duration As Integer,
ByVal otherText As String)
Public Sub StartAnimationCaption(ByVal
Interval As
Integer, ByVal
cycles As Integer,
ByVal duration As Integer,
ByVal otherText As String,
ByVal foreColor As System.Drawing.Color)
Public Sub StartAnimationCaption(ByVal
interval As
Integer, ByVal
cycles As Integer,
ByVal duration As Integer,
ByVal foreColor As System.Drawing.Color)
Public Sub StartAnimationCaption(ByVal
interval As
Integer, ByVal
cycles As Integer,
ByVal duration As Integer,
ByVal color1 As System.Drawing.Color,
ByVal color2 As System.Drawing.Color)
Public Sub StopAnimationCaption()
Gradient Animation Method:
(Note: the Rate parameter controls the rate aspect
of the animation)
Public Sub StartAnimationGradient(ByVal
interval As
Integer, ByVal
rate As Integer,
ByVal cycles As Integer,
ByVal duration As Integer)
Public Sub StopAnimationGradient()
Text Animation Methods:
Public Sub StartTextBannerAnimation(ByVal
interval As Integer, ByVal duration
As Integer, ByVal drcs As
Skyhawk.adxConstants.BannerAnimationDirection,
ByVal aText As String, ByVal
aForeColor As System.Drawing.Color)
Public Sub StartAnimationText(ByVal interval
As
Integer, ByVal cycles As
Integer, ByVal
duration As Integer,
ByVal otherText As String)
Public Sub StartAnimationText(ByVal interval
As
Integer, ByVal cycles As
Integer, ByVal
duration As Integer,
ByVal foreColor As System.Drawing.Color)
Public Sub StartAnimationText(ByVal interval
As
Integer, ByVal cycles As
Integer, ByVal
duration As Integer,
ByVal forColor1 As System.Drawing.Color,
ByVal otherText As String)
Public Sub StopAnimationText()
|