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