Nevron .NET Vision
Nevron.Chart Namespace / NSettings Class / AnimationInterval Property


In This Topic
    AnimationInterval Property (NSettings)
    In This Topic
    Gets or sets the animation interval in milliseconds
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("General")>
    <System.ComponentModel.DescriptionAttribute("Controls the animation interval in milliseconds.")>
    <System.ComponentModel.DefaultValueAttribute(50)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property AnimationInterval As System.Integer
    'Usage
     
    
    Dim instance As NSettings
    Dim value As System.Integer
     
    instance.AnimationInterval = value
     
    value = instance.AnimationInterval
    [System.ComponentModel.Category("General")]
    [System.ComponentModel.Description("Controls the animation interval in milliseconds.")]
    [System.ComponentModel.DefaultValue(50)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.int AnimationInterval {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