Implements a simple descriptor which describes a complete rendering transform origin, including position, scale, rotation, skewing
and opacity.

C# | Visual Basic | Visual C++ |
public class TransitionState
Public Class TransitionState
public ref class TransitionState

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | 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) | (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()()() | (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.
|

Object | |
![]() | TransitionState |