'Declaration <CategoryAttribute("General")> <DescriptionAttribute("The change in the rotation parameter of the chart view when the user presses the left or right arrow buttons.")> <DefaultValueAttribute(5)> Public Property RotationStep As Single
'Usage Dim instance As TrackballDragOperation Dim value As Single instance.RotationStep = value value = instance.RotationStep
[Category("General")] [Description("The change in the rotation parameter of the chart view when the user presses the left or right arrow buttons.")] [DefaultValue(5)] public float RotationStep {get; set;}