Nevron Open Vision Documentation
Nevron.Nov.Graphics Namespace / NEncodedImageSource Class / AnimateFrames Property


In This Topic
    AnimateFrames Property (NEncodedImageSource)
    In This Topic
    Gets/Sets a value indicating whether the image source's frames should be animated. Setting this property to true will start animation and setting it to false, stops the animation.
    Syntax
    'Declaration
     
    
    Public Overridable Property AnimateFrames As System.Boolean
    'Usage
     
    
    Dim instance As NEncodedImageSource
    Dim value As System.Boolean
     
    instance.AnimateFrames = value
     
    value = instance.AnimateFrames
    public virtual System.bool AnimateFrames {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also