EventDescription.TransitionType Property (Microsoft.DirectX.Direct3D)

Retrieves the transition style of the event as defined in TransitionType.

Definition

Visual Basic Public ReadOnly Property TransitionType As TransitionType
C# public TransitionType TransitionType { get; }
C++ public:
property TransitionType TransitionType {
        TransitionType get();
}
JScript public function get TransitionType() : TransitionType

Property Value

Microsoft.DirectX.Direct3D.TransitionType
Transition style of the event.

This property is read-only.