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