'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value whether a scroll effect will be applied on the animation.")> Public Property Scroll As System.Boolean
'Usage
Dim instance As NImageAnimationInfo Dim value As System.Boolean instance.Scroll = value value = instance.Scroll
[System.ComponentModel.Description("Gets/sets a value whether a scroll effect will be applied on the animation.")] public System.bool Scroll {get; set;}