'Declaration
<System.Xml.Serialization.XmlAttributeAttribute()> <System.ComponentModel.CategoryAttribute("Options")> <System.ComponentModel.DescriptionAttribute("Controls the number of bubble scale steps.")> Public Property Steps As System.Integer
'Usage
Dim instance As NLegendSizeScale Dim value As System.Integer instance.Steps = value value = instance.Steps
[System.Xml.Serialization.XmlAttribute()] [System.ComponentModel.Category("Options")] [System.ComponentModel.Description("Controls the number of bubble scale steps.")] public System.int Steps {get; set;}