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