'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The border used to paint the selected area in the chart when the tool will zoom out.")> Public Property ZoomOutBorder As LineProperties
'Usage Dim instance As DataZoomTool Dim value As LineProperties instance.ZoomOutBorder = value value = instance.ZoomOutBorder
[Category("Appearance")] [Description("The border used to paint the selected area in the chart when the tool will zoom out.")] public LineProperties ZoomOutBorder {get; set;}