'Declaration
<System.ComponentModel.CategoryAttribute("Properties")> <System.ComponentModel.DescriptionAttribute("Specifies the margins of this legend item.")> <System.ComponentModel.EditorAttribute(Nevron.Editors.NMarginsTypeEditor, System.Drawing.Design.UITypeEditor)> Public Property Margins As NMarginsL
'Usage
Dim instance As NLegendBoxCellData Dim value As NMarginsL instance.Margins = value value = instance.Margins
[System.ComponentModel.Category("Properties")] [System.ComponentModel.Description("Specifies the margins of this legend item.")] [System.ComponentModel.Editor(Nevron.Editors.NMarginsTypeEditor, System.Drawing.Design.UITypeEditor)] public NMarginsL Margins {get; set;}