Nevron .NET Vision
Nevron.UI Namespace / NImageAnimationInfo Class / Steps Property


In This Topic
    Steps Property (NImageAnimationInfo)
    In This Topic
    Gets/sets the animation steps.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(10)>
    <System.ComponentModel.DescriptionAttribute("Gets/sets the animation steps.")>
    Public Property Steps As System.Integer
    'Usage
     
    
    Dim instance As NImageAnimationInfo
    Dim value As System.Integer
     
    instance.Steps = value
     
    value = instance.Steps
    [System.ComponentModel.DefaultValue(10)]
    [System.ComponentModel.Description("Gets/sets the animation steps.")]
    public System.int Steps {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