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




In This Topic
StartTime Property (ImGearXMPMedia)
In This Topic
Gets or sets the timeline position of the start of the media. This can be used to locate the media with a track.
Syntax
'Declaration
 
Public Property StartTime As ImGearXMPTime
 
'Usage
 
Dim instance As ImGearXMPMedia
Dim value As ImGearXMPTime
 
instance.StartTime = value
 
value = instance.StartTime

Property Value

ImGearXMPTime class value.
See Also