ImageGear v26.3 - Updated November 9, 2022
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPTimeScaleStretch Class / FrameOverlappingPercentage Property




In This Topic
FrameOverlappingPercentage Property
In This Topic
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

Property Value

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