'Declaration <CategoryAttribute("Appearance")> <DescriptionAttribute("The line is displayed at this value on the corresponding axis")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Style As ConstLineStyle
'Usage Dim instance As AxisConstLine Dim value As ConstLineStyle instance.Style = value value = instance.Style
[Category("Appearance")] [Description("The line is displayed at this value on the corresponding axis")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ConstLineStyle Style {get; set;}