'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("Controls the appearance of the axis connection line")> Public Property LineProps As LineProperties
'Usage Dim instance As AxisLabel Dim value As LineProperties instance.LineProps = value value = instance.LineProps
[Category("Appearance")] [Description("Controls the appearance of the axis connection line")] public LineProperties LineProps {get; set;}