ImageGear .NET
Duration Property (ImGearXMPMarker)




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

Reference

ImGearXMPMarker Class
ImGearXMPMarker Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback