バージョン

AnimationEnabled プロパティ

コントロールをアニメーション化するかどうかを示します。
シンタックス
'宣言
 
Public Property AnimationEnabled As Boolean
public bool AnimationEnabled {get; set;}
使用例
Private Sub btnStartAnimationActivityIndicator_Click(ByVal sender As Object, ByVal e As EventArgs) 
    ' Start the animation 
    Me.ultraActivityIndicator1.AnimationEnabled = True
End Sub
private void btnStartAnimationActivityIndicator_Click(object sender, EventArgs e)
{
    // Start the animation
    this.ultraActivityIndicator1.AnimationEnabled = true;
}
参照