Spread Silverlight Documentation
BodyFontName Property


GrapeCity.Windows.SpreadSheet.Data Namespace > SpreadTheme Class : BodyFontName Property
Gets or sets the name of the body font.
Syntax
'Declaration
 
Public Property BodyFontName As System.String
'Usage
 
Dim instance As SpreadTheme
Dim value As System.String
 
instance.BodyFontName = value
 
value = instance.BodyFontName
public System.string BodyFontName {get; set;}

Property Value

The name of the body font.
See Also

Reference

SpreadTheme Class
SpreadTheme Members