'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the polar style.")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property Style As PolarStyle
'Usage Dim instance As PolarSeries Dim value As PolarStyle instance.Style = value value = instance.Style
[Category("Options")] [Description("Controls the polar style.")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public PolarStyle Style {get; set;}