'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the relation between the image and text parts of the children commands.")> Public Property ImageTextRelation As ImageTextRelation
'Usage
Dim instance As NToolbar 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 text parts of the children commands.")] public ImageTextRelation ImageTextRelation {get; set;}