ImageGear .NET - Updated
FrameOverlappingPercentage Property




ImageGear24.Formats.SimplifiedMetadata Assembly > ImageGear.Formats.XMP.DynamicMedia Namespace > ImGearXMPTimeScaleStretch Class : FrameOverlappingPercentage Property
Gets or sets the percentage of overlap between frames.
Syntax
'Declaration
 
Public Property FrameOverlappingPercentage As ImGearXMPReal
'Usage
 
Dim instance As ImGearXMPTimeScaleStretch
Dim value As ImGearXMPReal
 
instance.FrameOverlappingPercentage = value
 
value = instance.FrameOverlappingPercentage
public ImGearXMPReal FrameOverlappingPercentage {get; set;}
public: __property ImGearXMPReal* get_FrameOverlappingPercentage();
public: __property void set_FrameOverlappingPercentage( 
   ImGearXMPReal* value
);
public:
property ImGearXMPReal^ FrameOverlappingPercentage {
   ImGearXMPReal^ get();
   void set (    ImGearXMPReal^ value);
}

Property Value

ImageGear.Formats.XMP.ImGearXMPReal class value.
See Also

Reference

ImGearXMPTimeScaleStretch Class
ImGearXMPTimeScaleStretch Members