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