'Declaration
<System.ComponentModel.CategoryAttribute("Appearance")> <System.ComponentModel.DescriptionAttribute("Gets/sets the view style")> <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> Public Overridable Property ViewStyle As LibraryViewStyle
'Usage
Dim instance As NLibraryBrowser Dim value As LibraryViewStyle instance.ViewStyle = value value = instance.ViewStyle
[System.ComponentModel.Category("Appearance")] [System.ComponentModel.Description("Gets/sets the view style")] [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] public virtual LibraryViewStyle ViewStyle {get; set;}