Spread Silverlight Documentation
FontStyle Property (StyleInfo)


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfo Class : FontStyle Property
Gets or sets the font style for the cell.
Syntax
'Declaration
 
<System.ComponentModel.DefaultValueAttribute()>
Public Property FontStyle As System.Windows.FontStyle
'Usage
 
Dim instance As StyleInfo
Dim value As System.Windows.FontStyle
 
instance.FontStyle = value
 
value = instance.FontStyle
[System.ComponentModel.DefaultValue()]
public System.Windows.FontStyle FontStyle {get; set;}

Property Value

The font style of the font. The default value is Normal.
See Also

Reference

StyleInfo Class
StyleInfo Members