'Declaration
<System.ComponentModel.DescriptionAttribute("Gets/sets the font information for this style.")> Public Property FontInfo As NThemeFontInfo
'Usage
Dim instance As NThemeStyle Dim value As NThemeFontInfo instance.FontInfo = value value = instance.FontInfo
[System.ComponentModel.Description("Gets/sets the font information for this style.")] public NThemeFontInfo FontInfo {get; set;}