ImageGear v26.0 - Updated
OutCue Property




ImageGear.Core Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearDynamicMediaXMPMetadata Class : OutCue Property
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
public ImGearXMPTime OutCue {get; set;}
public: __property ImGearXMPTime* get_OutCue();
public: __property void set_OutCue( 
   ImGearXMPTime* value
);
public:
property ImGearXMPTime^ OutCue {
   ImGearXMPTime^ get();
   void set (    ImGearXMPTime^ value);
}

Property Value

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

Reference

ImGearDynamicMediaXMPMetadata Class
ImGearDynamicMediaXMPMetadata Members

Is this page helpful?
Yes No
Thanks for your feedback.