'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the preferred size to be used when displaying a popup band while in collapsed mode.")> Public Property PopupBandSize As NSize
'Usage
Dim instance As NNavigationPane Dim value As NSize instance.PopupBandSize = value value = instance.PopupBandSize
[System.ComponentModel.Description("Gets/sets the preferred size to be used when displaying a popup band while in collapsed mode.")] public NSize PopupBandSize {get; set;}