Intersoft ClientUI Documentation
RepeatBehavior Property



Gets or sets the repeating behavior of the animation.
Syntax
<CategoryAttribute("Behavior")>
Public Property RepeatBehavior As Integer
Dim instance As JumpingBehavior
Dim value As Integer
 
instance.RepeatBehavior = value
 
value = instance.RepeatBehavior
[CategoryAttribute("Behavior")]
public int RepeatBehavior {get; set;}
[CategoryAttribute("Behavior")]
public:
property int RepeatBehavior {
   int get();
   void set (    int value);
}
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

JumpingBehavior Class
JumpingBehavior Members

Send Feedback