Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NExpander Class / AnimationInfo Property


In This Topic
    AnimationInfo Property (NExpander)
    In This Topic
    Gets the object containing information about the animation process.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets the object containing information about the animation process.")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
    Public ReadOnly Property AnimationInfo As NImageAnimationInfo
    'Usage
     
    
    Dim instance As NExpander
    Dim value As NImageAnimationInfo
     
    value = instance.AnimationInfo
    [System.ComponentModel.Description("Gets the object containing information about the animation process.")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
    public NImageAnimationInfo AnimationInfo {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