GrapeCity.Xaml.SpreadSheet.Data
FontStretch Property (Column)


GrapeCity.Xaml.SpreadSheet.Data Namespace > Column Class : FontStretch Property
Gets or sets the degree to which a font is condensed or expanded.
Syntax
'Declaration
 
<DefaultValueAttribute()>
Public Property FontStretch As FontStretch
'Usage
 
Dim instance As Column
Dim value As FontStretch
 
instance.FontStretch = value
 
value = instance.FontStretch
[DefaultValue()]
public FontStretch FontStretch {get; set;}

Property Value

The degree to which a font is condensed or expanded. The default value is Normal.
See Also

Reference

Column Class
Column Members