'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the relation between the label and control in this entry container.")> Public Property LabelControlRelation As LabelControlRelation
'Usage
Dim instance As NEntryContainer Dim value As LabelControlRelation instance.LabelControlRelation = value value = instance.LabelControlRelation
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the relation between the label and control in this entry container.")] public LabelControlRelation LabelControlRelation {get; set;}