Share via


SpinAnimationControl.RotationPeriod Property

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

Syntax

'Declaration
Public Property RotationPeriod As TimeSpan
public TimeSpan RotationPeriod { get; set; }
public:
property TimeSpan RotationPeriod {
    TimeSpan get ();
    void set (TimeSpan value);
}
member RotationPeriod : TimeSpan with get, set
function get RotationPeriod () : TimeSpan 
function set RotationPeriod (value : TimeSpan)

Property Value

Type: System.TimeSpan

.NET Framework Security

See Also

Reference

SpinAnimationControl Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace