ImageGear for .NET
Duration Property (ImGearXMPMedia)




Gets or sets the duration of the media in the timeline.
Syntax
'Declaration
 
Public Property Duration As ImGearXMPTime
'Usage
 
Dim instance As ImGearXMPMedia
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

Reference

ImGearXMPMedia Class
ImGearXMPMedia Members

 

 


©2014. Accusoft Corporation. All Rights Reserved.

Send Feedback