'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the current state of the pane. If IsCollapsible is false this has no effect.")> Public Property State As NNavigationPane.PaneState
'Usage
Dim instance As NNavigationPane Dim value As NNavigationPane.PaneState instance.State = value value = instance.State
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the current state of the pane. If IsCollapsible is false this has no effect.")] public NNavigationPane.PaneState State {get; set;}