'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("The fill style applied to the legend item background.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)> Public Property BackgroundFillStyle As NFillStyle
'Usage
Dim instance As NLegendCellData Dim value As NFillStyle instance.BackgroundFillStyle = value value = instance.BackgroundFillStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("The fill style applied to the legend item background.")] [System.ComponentModel.Editor(Nevron.Editors.NFillStyleTypeEditorNoAutomatic, System.Drawing.Design.UITypeEditor)] public NFillStyle BackgroundFillStyle {get; set;}