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