Enumeration used to determine what type of animation will be used on TForm when calling ChangeBackground(Bitmap, AnimationType, Int32, Boolean).

Namespace:  BeeMobile.TransparentControls
Assembly:  BeeMobile.TransparentControls.CF3 (in BeeMobile.TransparentControls.CF3.dll) Version: 3.5.8.2

Syntax

C#
public enum AnimationType
Visual Basic (Declaration)
Public Enumeration AnimationType
Visual C++
public enum class AnimationType

Members

Member nameDescription
MoveFromLeftToRight
Moves two TForms from left to right.
MoveFromRightToLeft
Moves two TForms from right to left.
MoveFromTopToBottom
Moves two TForms from top to bottom.
MoveFromBottomToTop
Moves two TForms from bottom to top.

See Also