ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPMarker Class / Duration Property




In This Topic
    Duration Property (ImGearXMPMarker)
    In This Topic
    Gets or sets the duration of the marker.
    Syntax
    'Declaration
     
    Public Property Duration As ImGearXMPTime
    'Usage
     
    Dim instance As ImGearXMPMarker
    Dim value As ImGearXMPTime
     
    instance.Duration = value
     
    value = instance.Duration
    public ImGearXMPTime Duration {get; set;}
    public: __property ImGearXMPTime* get_Duration();
    public: __property void set_Duration( 
       ImGearXMPTime* value
    );
    public:
    property ImGearXMPTime^ Duration {
       ImGearXMPTime^ get();
       void set (    ImGearXMPTime^ value);
    }

    Property Value

    ImGearXMPTime class value.
    See Also