Share via


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

See Also

Reference

MediaFormat Interface

MediaFormat Members

Microsoft.Office.Interop.PowerPoint Namespace