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