Spread Silverlight Documentation
ThemesFonts Property (IThemeFonts)


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

Property Value

The themes fonts.
See Also

Reference

IThemeFonts Interface
IThemeFonts Members