ImageGear v26.3 - Updated
ImageGear.Core Assembly / ImageGear.Formats.XMP.DynamicMedia Namespace / ImGearXMPTimeScaleStretch Class / FrameSize Property




In This Topic
    FrameSize Property
    In This Topic
    Gets or sets the number of splices per beat.
    Syntax
    'Declaration
     
    Public Property FrameSize As ImGearXMPReal
    'Usage
     
    Dim instance As ImGearXMPTimeScaleStretch
    Dim value As ImGearXMPReal
     
    instance.FrameSize = value
     
    value = instance.FrameSize
    public ImGearXMPReal FrameSize {get; set;}
    public: __property ImGearXMPReal* get_FrameSize();
    public: __property void set_FrameSize( 
       ImGearXMPReal* value
    );
    public:
    property ImGearXMPReal^ FrameSize {
       ImGearXMPReal^ get();
       void set (    ImGearXMPReal^ value);
    }

    Property Value

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