'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the current state of the expander.")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Property State As ExpanderState
'Usage
Dim instance As NExpander Dim value As ExpanderState instance.State = value value = instance.State
[System.ComponentModel.Description("Gets/sets the current state of the expander.")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public ExpanderState State {get; set;}