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




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

Property Value

ImGearXMPTime class value.
See Also