'Declaration
<System.ComponentModel.CategoryAttribute("General")> <System.ComponentModel.DescriptionAttribute("Gets/sets the font of the library item name, when displayed in Thumbnails style")> Public Property ThumbnailsNameFontStyle As NFontStyle
'Usage
Dim instance As NLibraryViewItemAppearance Dim value As NFontStyle instance.ThumbnailsNameFontStyle = value value = instance.ThumbnailsNameFontStyle
[System.ComponentModel.Category("General")] [System.ComponentModel.Description("Gets/sets the font of the library item name, when displayed in Thumbnails style")] public NFontStyle ThumbnailsNameFontStyle {get; set;}