ImageGear .NET
StartTime Property (ImGearXMPMarker)




Gets or sets the timeline position of the marker.
Syntax
public ImGearXMPTime StartTime {get; set;}
public: __property ImGearXMPTime* get_StartTime();
public: __property void set_StartTime( 
   ImGearXMPTime* value
);
public:
property ImGearXMPTime^ StartTime {
   ImGearXMPTime^ get();
   void set (    ImGearXMPTime^ value);
}
'Declaration
 
Public Property StartTime As ImGearXMPTime
 
'Usage
 
Dim instance As ImGearXMPMarker
Dim value As ImGearXMPTime
 
instance.StartTime = value
 
value = instance.StartTime

Property Value

ImGearXMPTime class value.
See Also

Reference

ImGearXMPMarker Class
ImGearXMPMarker Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback