'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether the rotator will start from the first frame again when reaching the last one.")> Public Property Repeat As System.Boolean
'Usage
Dim instance As NRotator Dim value As System.Boolean instance.Repeat = value value = instance.Repeat
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether the rotator will start from the first frame again when reaching the last one.")] public System.bool Repeat {get; set;}