'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("Gives you access to teh LineProperties object controlling the appearance of the data point markers")> Public Property Border As LineProperties
'Usage Dim instance As Markers Dim value As LineProperties instance.Border = value value = instance.Border
[Category("Appearance")] [Description("Gives you access to teh LineProperties object controlling the appearance of the data point markers")] public LineProperties Border {get; set;}