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