Nevron .NET Vision
Nevron.GraphicsCore Namespace / NColorAnimation Class
Members


In This Topic
    NColorAnimation Class
    In This Topic
    Changes the color of an object over time.
    Object Model
    NColorAnimation Class
    Syntax
    'Declaration
     
    
    <NIconAttribute("GraphicsCore.Resources.Icons.Animations.Color.ico")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.GraphicsCore.NTranslateAnimation)>
    <System.SerializableAttribute()>
    Public Class NColorAnimation 
       Inherits NAnimation
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NColorAnimation
    [NIcon("GraphicsCore.Resources.Icons.Animations.Color.ico")]
    [System.Xml.Serialization.XmlInclude(Nevron.GraphicsCore.NTranslateAnimation)]
    [System.Serializable()]
    public class NColorAnimation : NAnimation, Nevron.INReferenceHolder  
    Inheritance Hierarchy

    System.Object
       Nevron.GraphicsCore.NAnimation
          Nevron.GraphicsCore.NColorAnimation

    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