Share via


TreeItemPresenter.IsInSpinAnimation Property

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Property IsInSpinAnimation As Boolean
public bool IsInSpinAnimation { get; set; }
public:
property bool IsInSpinAnimation {
    bool get ();
    void set (bool value);
}
member IsInSpinAnimation : bool with get, set
function get IsInSpinAnimation () : boolean 
function set IsInSpinAnimation (value : boolean)

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

TreeItemPresenter Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace