ImageGear v26.3 - Updated
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
    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