'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets a value indicating whether the control will size to its content.")> Public Overridable Property SizeToContent As System.Boolean
'Usage
Dim instance As NControl Dim value As System.Boolean instance.SizeToContent = value value = instance.SizeToContent
[System.ComponentModel.Description("Gets/sets a value indicating whether the control will size to its content.")] public virtual System.bool SizeToContent {get; set;}