'Declaration <CategoryAttribute("Default Appearance")> <DescriptionAttribute("The default line properties. Used when the Mode property is set to DataPoints, but the user has not specified any data point Line properties")> Public Property DefaultLineProps As LineProperties
'Usage Dim instance As Appearance Dim value As LineProperties instance.DefaultLineProps = value value = instance.DefaultLineProps
[Category("Default Appearance")] [Description("The default line properties. Used when the Mode property is set to DataPoints, but the user has not specified any data point Line properties")] public LineProperties DefaultLineProps {get; set;}