MediaFormat.FadeOutDuration Property
Gets or sets the duration of the fadeout of the media, in milliseconds. Read/write.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)
Syntax
'Declaration
Property FadeOutDuration As Integer
Get
Set
'Usage
Dim instance As MediaFormat
Dim value As Integer
value = instance.FadeOutDuration
instance.FadeOutDuration = value
int FadeOutDuration { get; set; }
Property Value
Type: System.Int32