'Declaration <CategoryAttribute("Options")> <DescriptionAttribute("Controls the shape of the candle")> <DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property CandleStyle As CandleStyle
'Usage Dim instance As StockSeries Dim value As CandleStyle instance.CandleStyle = value value = instance.CandleStyle
[Category("Options")] [Description("Controls the shape of the candle")] [DefaultValue(Mono.Cecil.CustomAttributeArgument)] public CandleStyle CandleStyle {get; set;}