'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the interval between animation steps.")> Public Property FrameAnimationInterval As System.Integer
'Usage
Dim instance As NRotator Dim value As System.Integer instance.FrameAnimationInterval = value value = instance.FrameAnimationInterval
[System.ComponentModel.Description("Gets/sets the interval between animation steps.")] public System.int FrameAnimationInterval {get; set;}