'Declaration
<System.ComponentModel.RefreshPropertiesAttribute(RefreshProperties.All)> <System.ComponentModel.DefaultValueAttribute(True)> Public Property AutomaticHeight As System.Boolean
'Usage
Dim instance As NCaptionStyle Dim value As System.Boolean instance.AutomaticHeight = value value = instance.AutomaticHeight
[System.ComponentModel.RefreshProperties(RefreshProperties.All)] [System.ComponentModel.DefaultValue(true)] public System.bool AutomaticHeight {get; set;}