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