'Declaration
<System.ComponentModel.CategoryAttribute("Panel")> <System.ComponentModel.DescriptionAttribute("When set to true the panel will use size which is best for the dispalyed contents.")> <System.Xml.Serialization.XmlAttributeAttribute()> Public Property UseAutomaticSize As System.Boolean
'Usage
Dim instance As NAutoSizeableDockPanel 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 which is best for the dispalyed contents.")] [System.Xml.Serialization.XmlAttribute()] public System.bool UseAutomaticSize {get; set;}