'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the time span (in milliseconds) that a frame stays in view.")> Public Property FrameVisibilityDuration As System.Integer
'Usage
Dim instance As NRotator Dim value As System.Integer instance.FrameVisibilityDuration = value value = instance.FrameVisibilityDuration
[System.ComponentModel.Description("Gets/sets the time span (in milliseconds) that a frame stays in view.")] public System.int FrameVisibilityDuration {get; set;}