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