'Declaration
<System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the bubble scale mode.")> Public Property TableCellOffset As NLength
'Usage
Dim instance As NLegendSizeScale Dim value As NLength instance.TableCellOffset = value value = instance.TableCellOffset
[System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the bubble scale mode.")] public NLength TableCellOffset {get; set;}