Nevron .NET Vision
Nevron.Chart.Windows Namespace / NDataZoomTool Class / AnimateZooming Property


In This Topic
    AnimateZooming Property
    In This Topic
    Gets or sets a value indicating whether the zoom is animated.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Animation")>
    <System.ComponentModel.DescriptionAttribute("Whether the zoom is animated.")>
    <System.ComponentModel.DefaultValueAttribute(False)>
    <System.Xml.Serialization.XmlAttributeAttribute()>
    Public Property AnimateZooming As System.Boolean
    'Usage
     
    
    Dim instance As NDataZoomTool
    Dim value As System.Boolean
     
    instance.AnimateZooming = value
     
    value = instance.AnimateZooming
    [System.ComponentModel.Category("Animation")]
    [System.ComponentModel.Description("Whether the zoom is animated.")]
    [System.ComponentModel.DefaultValue(false)]
    [System.Xml.Serialization.XmlAttribute()]
    public System.bool AnimateZooming {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