ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPMedia Class / Duration Property




In This Topic
Duration Property (ImGearXMPMedia)
In This Topic
Gets or sets the duration of the media in the timeline.
Syntax
'Declaration
 
Public Property Duration As ImGearXMPTime
 
'Usage
 
Dim instance As ImGearXMPMedia
Dim value As ImGearXMPTime
 
instance.Duration = value
 
value = instance.Duration

Property Value

ImGearXMPTime class value.
See Also