Nevron .NET Vision
Nevron.UI Namespace / INAnimation Interface / Taks Property


In This Topic
    Taks Property (INAnimation)
    In This Topic
    Returns all the animation tasks contained by this animation.
    Syntax
    'Declaration
     
    
    ReadOnly Property Taks As INAnimationTask()
    'Usage
     
    
    Dim instance As INAnimation
    Dim value() As INAnimationTask
     
    value = instance.Taks
    INAnimationTask[] Taks {get;}
    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