'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the relation between the image and the text.")> Public Property ImageTextRelation As ImageTextRelation
'Usage
Dim instance As NHeaderColumnExtendedInfo Dim value As ImageTextRelation instance.ImageTextRelation = value value = instance.ImageTextRelation
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the relation between the image and the text.")] public ImageTextRelation ImageTextRelation {get; set;}