'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value whether the operation will hide the animated image.")> Public Property Hide As System.Boolean
'Usage
Dim instance As NImageAnimationInfo Dim value As System.Boolean instance.Hide = value value = instance.Hide
[System.ComponentModel.Description("Gets/sets a value whether the operation will hide the animated image.")] public System.bool Hide {get; set;}