Silverlight SDK for Microsoft Bing
TransitionState Class
OverviewSystem.Windows.MediaTransitionState
Implements a simple descriptor which describes a complete rendering transform origin, including position, scale, rotation, skewing and opacity.
Declaration Syntax
C#Visual BasicVisual C++
public class TransitionState
Public Class TransitionState
public ref class TransitionState
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
TransitionState()()()
Initializes a TransitionState instance.

TransitionState(Double, Double, Double, Double, Double, Double, Double, Double)
Initializes a TransitionState instance.

Angle
Gets/Sets a double value indicating the rotation angle for the TransitionState.

AsOpacity(Double)
Initializes a TransitionState instance as opacity state only.

AsRotation(Double, Double)
Initializes a TransitionState instance as a rotation and opacity state.

AsScale(Double, Double, Double)
Initializes a TransitionState instance as a scale and opacity state.

AsSkew(Double, Double, Double)
Initializes a TransitionState instance as a translation and opacity state.

AsTranslate(Double, Double, Double)
Initializes a TransitionState instance as a translation and opacity state.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Opacity
Gets/Sets a double value indicating the opacity factor for the TransitionState.

ScaleX
Gets/Sets a double value indicating the X scale factor for the TransitionState.

ScaleY
Gets/Sets a double value indicating the Y scale factor for the TransitionState.

SkewX
Gets/Sets a double value indicating the Skew Angle X for the TransitionState.

SkewY
Gets/Sets a double value indicating the Skew Angle Y for the TransitionState.

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
X
Gets/Sets a double value indicating the X position for the TransitionState.

Y
Gets/Sets a double value indicating the Y scale factor for the TransitionState.

Inheritance Hierarchy
Object
TransitionState

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