'Declaration
<System.ComponentModel.CategoryAttribute("Panel")> <System.ComponentModel.DescriptionAttribute("Whether or not legend grid lines should be scaled when the legend is in Stretch or Fit bounds mode.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property ScaleLegendGridLines As System.Boolean
'Usage
Dim instance As NLegend Dim value As System.Boolean instance.ScaleLegendGridLines = value value = instance.ScaleLegendGridLines
[System.ComponentModel.Category("Panel")] [System.ComponentModel.Description("Whether or not legend grid lines should be scaled when the legend is in Stretch or Fit bounds mode.")] [System.Xml.Serialization.XmlAttribute()] public System.bool ScaleLegendGridLines {get; set;}