ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearDynamicMediaXMPMetadata Class / Loop Property




In This Topic
    Loop Property
    In This Topic
    Gets or sets Loop property of the Dynamic Media XMP schema.
    Syntax
    'Declaration
     
    Public Property Loop As ImGearXMPBoolean
    'Usage
     
    Dim instance As ImGearDynamicMediaXMPMetadata
    Dim value As ImGearXMPBoolean
     
    instance.Loop = value
     
    value = instance.Loop
    public ImGearXMPBoolean Loop {get; set;}
    public: __property ImGearXMPBoolean* get_Loop();
    public: __property void set_Loop( 
       ImGearXMPBoolean* value
    );
    public:
    property ImGearXMPBoolean^ Loop {
       ImGearXMPBoolean^ get();
       void set (    ImGearXMPBoolean^ value);
    }

    Property Value

    ImageGear.Formats.XMP.ImGearXMPBoolean class value.
    Remarks
    This XMP property specifies true, the clip can be looped seemlessly.
    See Also