'Declaration
<System.ComponentModel.CategoryAttribute("Panel")> <System.ComponentModel.DescriptionAttribute("When set to true the panel will use size best for the dispalyed contents.")> <System.ComponentModel.DefaultValueAttribute(False)> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property UseAutomaticSize As System.Boolean
'Usage
Dim instance As NAnnotation Dim value As System.Boolean instance.UseAutomaticSize = value value = instance.UseAutomaticSize
[System.ComponentModel.Category("Panel")] [System.ComponentModel.Description("When set to true the panel will use size best for the dispalyed contents.")] [System.ComponentModel.DefaultValue(false)] [System.Xml.Serialization.XmlAttribute()] public System.bool UseAutomaticSize {get; set;}