adxAnimatedPanel©  Animation  Methods and Properties
Home

Some  Demos

 
 
 
Contact Us

 

 

BackColor Animation Methods:

Public Sub StartAnimationBackColor(ByVal Cycles As Integer, ByVal Duration As Integer, ByVal interval As Integer, ByVal animationBackColor As System.Drawing.Color)          

Public Sub StartAnimationBackColor(ByVal Cycles As Integer, ByVal Duration As Integer, ByVal interval As Integer, ByVal animationBackColor As System.Drawing.Color, ByVal foreColor As System.Drawing.Color)

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)

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 animationForeColor As System.Drawing.Color, ByVal aBnimationackcolor As System.Drawing.Color)

Public Sub StartAnimationCaption(ByVal Interval As Integer, ByVal cycles As Integer, ByVal duration As Integer, ByVal animationText As String)

Public Sub StartAnimationCaption(ByVal Interval As Integer, ByVal cycles As Integer, ByVal duration As Integer, ByVal animationText As String, ByVal foreColor As System.Drawing.Color)

Public Sub StartAnimationCaption(ByVal interval As Integer, ByVal cycles As Integer, ByVal duration As Integer, ByVal animationforeColor As System.Drawing.Color)

Public Sub StartAnimationCaption(ByVal interval As Integer, ByVal cycles As Integer, ByVal duration As Integer, ByVal animationColorFrom As System.Drawing.Color, ByVal animationColorTo  As System.Drawing.Color)

Corners Animation Method:

Public Sub StartAnimationCorners(ByVal interval As Integer, ByVal cycles As Integer, ByVal duration As Integer, ByVal animationRadious As Single)

Gradient Animation Methods:

Public Sub StartAnimationGradient(ByVal interval As Integer, ByVal rateOfChange As Integer, ByVal cycles As Integer, ByVal duration As Integer)

Public Sub StartAnimationGradient(ByVal interval As Integer, ByVal cycles As Integer, ByVal duration As Integer, ByVal animationColorFrom As System.Drawing.Color, ByVal animationColorTo As System.Drawing.Color)

Public Sub StartAnimationGradient(ByVal interval As Integer, ByVal angleIncrement As Integer, ByVal cycles As Integer, ByVal duration As Integer, ByVal startAngle As Integer)

Image  Animation Methods:

Public Sub StartAnimationImage(ByVal interval As Integer, ByVal cycles As Integer, ByVal duration As Integer)

Public Sub StartAnimationImage(ByVal interval As Integer, ByVal cycles As Integer, ByVal duration As Integer, ByVal animationImageFile As String)

Public Sub StartAnimationImage(ByVal interval As Integer, ByVal cycles As Integer, ByVal duration As Integer, ByVal animationImage As System.Drawing.Image)

Text  Animation Methods:

Public Sub StartTextBannerAnimation(ByVal interval As Integer, ByVal duration As Integer, ByVal drcs As Skyhawk.adxConstants.BannerAnimationDirection, ByVal animationText As String, ByVal animationForeColor As System.Drawing.Color)  

Public Sub StartAnimationText(ByVal interval As Integer, ByVal cycles As Integer, ByVal duration As Integer, ByVal animationText As String)

Public Sub StartAnimationText(ByVal interval As Integer, ByVal cycles As Integer, ByVal duration As Integer, ByVal animationforeColor As System.Drawing.Color)

Public Sub StartAnimationText(ByVal interval As Integer, ByVal cycles As Integer, ByVal duration As Integer, ByVal animationForeColor As System.Drawing.Color, ByVal animationText As String)

'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

Public Sub StopAnimation() ' Stops all animations

'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''

adxAnimatedPanel©  has three run time properties you might find useful:

  Public ReadOnly Property GetAnimationFacility() As String

  Public ReadOnly Property Cycles() As Integer

  Public ReadOnly Property Duration() As Single

GetAnimationFacility returns the current animation type, Cycles returns the current Cycles count and Duration returns the elapsed time in seconds.

   
 
Contact: Skyhawk Software
Copyright © 2006, Skyhawk Software Corp. New York, NY . All rights reserved.