'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the bubble scale mode.")> Public Property Mode As BubbleSizeScaleMode
'Usage
Dim instance As NBubbleSizeScale Dim value As BubbleSizeScaleMode instance.Mode = value value = instance.Mode
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the bubble scale mode.")] public BubbleSizeScaleMode Mode {get; set;}