'Declaration
<System.ComponentModel.DefaultValueAttribute(True)> <System.ComponentModel.DescriptionAttribute("Determines whether image and text will be treated as one entity.")> Public Property ImageTextEntity As System.Boolean
'Usage
Dim instance As NHeaderColumnExtendedInfo Dim value As System.Boolean instance.ImageTextEntity = value value = instance.ImageTextEntity
[System.ComponentModel.DefaultValue(true)] [System.ComponentModel.Description("Determines whether image and text will be treated as one entity.")] public System.bool ImageTextEntity {get; set;}