Spread Silverlight Documentation
FontFamily Property (ChartLabelStyleInfo)


GrapeCity.Windows.SpreadSheet.Data Namespace > ChartLabelStyleInfo Class : FontFamily Property
Gets or sets the font family.
Syntax
'Declaration
 
Public Property FontFamily As System.Windows.Media.FontFamily
'Usage
 
Dim instance As ChartLabelStyleInfo
Dim value As System.Windows.Media.FontFamily
 
instance.FontFamily = value
 
value = instance.FontFamily
public System.Windows.Media.FontFamily FontFamily {get; set;}

Property Value

The font family.
See Also

Reference

ChartLabelStyleInfo Class
ChartLabelStyleInfo Members