'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the alignment of the Text when image and text are not one entity.")> Public Property TextAlign As System.Drawing.ContentAlignment
'Usage
Dim instance As NHeaderColumnExtendedInfo Dim value As System.Drawing.ContentAlignment instance.TextAlign = value value = instance.TextAlign
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the alignment of the Text when image and text are not one entity.")] public System.Drawing.ContentAlignment TextAlign {get; set;}