'Declaration <CategoryAttribute("General")> <DescriptionAttribute("Defines the style of the data point markers")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Style As PointStyle
'Usage Dim instance As Markers Dim value As PointStyle instance.Style = value value = instance.Style
[Category("General")] [Description("Defines the style of the data point markers")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public PointStyle Style {get; set;}