| Visual Basic (Declaration) | |
|---|---|
Public Property AnimationIncrement As Integer | |
| C# | |
|---|---|
public int AnimationIncrement {get; set;} | |
Property Value
IntegerThe animation is controlled by a timer. This property determines how large the change will be on each tick of the timer.
This property can not be lower than 1.