Spread Silverlight Documentation
ThemesFonts Property (ThemeFonts)


GrapeCity.Excel Namespace > ThemeFonts Class : ThemesFonts Property
Gets the themes fonts.
Syntax
'Declaration
 
Public ReadOnly Property ThemesFonts As System.Collections.ObjectModel.ReadOnlyCollection(Of IThemeFont)
'Usage
 
Dim instance As ThemeFonts
Dim value As System.Collections.ObjectModel.ReadOnlyCollection(Of IThemeFont)
 
value = instance.ThemesFonts
public System.Collections.ObjectModel.ReadOnlyCollection<IThemeFont> ThemesFonts {get;}

Property Value

The themes fonts.
See Also

Reference

ThemeFonts Class
ThemeFonts Members