GrapeCity.Xaml.SpreadSheet.Data
FontStyle Property (StyleInfo)


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

Property Value

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

Reference

StyleInfo Class
StyleInfo Members