Spread Silverlight Documentation
FontWeight Property (ChartLabelStyleInfo)


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

Property Value

The font weight.
See Also

Reference

ChartLabelStyleInfo Class
ChartLabelStyleInfo Members