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