Spread Silverlight Documentation
FontStretch Property (ChartLabelStyleInfo)


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

Property Value

The font stretch.
See Also

Reference

ChartLabelStyleInfo Class
ChartLabelStyleInfo Members