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