'Declaration
<System.ComponentModel.CategoryAttribute("Text")> <System.ComponentModel.DescriptionAttribute("The text fit mode.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property TextFitMode As LegendTextFitMode
'Usage
Dim instance As NAutoLegend Dim value As LegendTextFitMode instance.TextFitMode = value value = instance.TextFitMode
[System.ComponentModel.Category("Text")] [System.ComponentModel.Description("The text fit mode.")] [System.Xml.Serialization.XmlAttribute()] public LegendTextFitMode TextFitMode {get; set;}