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


In This Topic
    NHideAnimation Class
    In This Topic
    Hides the object during the animation time range
    Object Model
    NHideAnimation Class
    Syntax
    'Declaration
     
    
    <NIconAttribute("GraphicsCore.Resources.Icons.Animations.Hide.ico")>
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.GraphicsCore.NTranslateAnimation)>
    <System.SerializableAttribute()>
    Public Class NHideAnimation 
       Inherits NAnimation
       Implements Nevron.INReferenceHolder 
    'Usage
     
    
    Dim instance As NHideAnimation
    [NIcon("GraphicsCore.Resources.Icons.Animations.Hide.ico")]
    [System.Xml.Serialization.XmlInclude(Nevron.GraphicsCore.NTranslateAnimation)]
    [System.Serializable()]
    public class NHideAnimation : NAnimation, Nevron.INReferenceHolder  
    Inheritance Hierarchy

    System.Object
       Nevron.GraphicsCore.NAnimation
          Nevron.GraphicsCore.NHideAnimation

    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