'Declaration <DefaultValueAttribute()> <CategoryAttribute("General")> <DescriptionAttribute("The change in the y margin location parameter of the chart view when the user presses the up or down arrow buttons.")> Protected Property VerticalStep As Single
'Usage Dim instance As OffsetDragOperation Dim value As Single instance.VerticalStep = value value = instance.VerticalStep
[DefaultValue()] [Category("General")] [Description("The change in the y margin location parameter of the chart view when the user presses the up or down arrow buttons.")] protected float VerticalStep {get; set;}