ImageGear .NET - Updated
OutCue Property




ImageGear24.Formats.SimplifiedMetadata 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