[]
Perform spin down behavior.
public void SpinDown()
Public Sub SpinDown()
Perform spin down with the specified increment parameters.
public void SpinDown(int increment)
Public Sub SpinDown(increment As Integer)
| Type | Name | Description |
|---|---|---|
| int | increment | An int value indicates the spin increment. |