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