ImageGear v26.3 - Updated
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
    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