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