MediaFormat.FadeInDuration Property
Gets or sets the duration of the fade in 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 FadeInDuration As Integer
Get
Set
'Usage
Dim instance As MediaFormat
Dim value As Integer
value = instance.FadeInDuration
instance.FadeInDuration = value
int FadeInDuration { get; set; }
Property Value
Type: System.Int32