'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the direction to be used when performing animation.")> Public Property Direction As RotatorDirection
'Usage
Dim instance As NRotator Dim value As RotatorDirection instance.Direction = value value = instance.Direction
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the direction to be used when performing animation.")] public RotatorDirection Direction {get; set;}