Nevron .NET Vision
Nevron.GraphicsCore Namespace / NXamlImageFormat Class / FPS Property


In This Topic
    FPS Property (NXamlImageFormat)
    In This Topic
    Determines the number of frames per second played by the flash movie. More frames lead to smoother animations but also a larger and computationally heavier flash file. The default is 24.
    Syntax
    'Declaration
     
    
    Public Property FPS As System.Integer
    'Usage
     
    
    Dim instance As NXamlImageFormat
    Dim value As System.Integer
     
    instance.FPS = value
     
    value = instance.FPS
    public System.int FPS {get; set;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also