Silverlight SDK for Microsoft Bing
AsRotation Method (angle, opacity)
OverviewSystem.Windows.MediaTransitionStateAsRotation(Double, Double)
Initializes a TransitionState instance as a rotation and opacity state.
Declaration Syntax
C#Visual BasicVisual C++
public static TransitionState AsRotation(
	double angle,
	double opacity
)
Public Shared Function AsRotation ( _
	angle As Double, _
	opacity As Double _
) As TransitionState
public:
static TransitionState^ AsRotation(
	double angle, 
	double opacity
)
Parameters
angle (Double)
The angle of rotation
opacity (Double)
The opacity
Return Value

Assembly: System.Windows.Controls.Views.Toolkit (Module: System.Windows.Controls.Views.Toolkit) Version: 1.0.0.0 (1.0.0.0)