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




In This Topic
OutCue Property
In This Topic
Gets or sets OutCue property of the Dynamic Media XMP schema.
Syntax
'Declaration
 
Public Property OutCue As ImGearXMPTime
 
'Usage
 
Dim instance As ImGearDynamicMediaXMPMetadata
Dim value As ImGearXMPTime
 
instance.OutCue = value
 
value = instance.OutCue

Property Value

ImGearXMPTime class value.
Remarks
This XMP property specifies time at which to fade out.
See Also