'Declaration <CategoryAttribute("Arrow")> <DescriptionAttribute("Appearance of the arrow.")> Public Property ArrowLine As LineProperties
'Usage Dim instance As DataLabels Dim value As LineProperties instance.ArrowLine = value value = instance.ArrowLine
[Category("Arrow")] [Description("Appearance of the arrow.")] public LineProperties ArrowLine {get; set;}