'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls whether the bubble scale will use the custom origin")> Public Property UseOrigin As System.Boolean
'Usage
Dim instance As NLegendSizeScale Dim value As System.Boolean instance.UseOrigin = value value = instance.UseOrigin
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls whether the bubble scale will use the custom origin")] public System.bool UseOrigin {get; set;}