'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;}