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