SlideShowTransition.Speed Property

Represents the speed of the transition to the specified slide. Read/write.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

Syntax

'Declaration
Property Speed As PpTransitionSpeed
    Get
    Set
'Usage
Dim instance As SlideShowTransition
Dim value As PpTransitionSpeed

value = instance.Speed

instance.Speed = value
PpTransitionSpeed Speed { get; set; }

Property Value

Type: Microsoft.Office.Interop.PowerPoint.PpTransitionSpeed

Remarks

The value of the Speed property can be one of these PpTransitionSpeed constants.

ppTransitionSpeedFast

ppTransitionSpeedMedium

ppTransitionSpeedMixed

ppTransitionSpeedSlow

See Also

Reference

SlideShowTransition Interface

SlideShowTransition Members

Microsoft.Office.Interop.PowerPoint Namespace