'Declaration
<System.ComponentModel.CategoryAttribute("Styles")> <System.ComponentModel.DescriptionAttribute("Get or sets the fill style applied to the down boxes.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> Public Property DownFillStyle As NFillStyle
'Usage
Dim instance As NRenkoSeries Dim value As NFillStyle instance.DownFillStyle = value value = instance.DownFillStyle
[System.ComponentModel.Category("Styles")] [System.ComponentModel.Description("Get or sets the fill style applied to the down boxes.")] [System.ComponentModel.Editor(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] public NFillStyle DownFillStyle {get; set;}