Spread Windows Forms 12.0 Product Documentation
Condense Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > Font Structure : Condense Property
Gets a value indicating whether this Font is condensed.
Syntax
'Declaration
 
Public Property Condense As Boolean
'Usage
 
Dim instance As Font
Dim value As Boolean
 
instance.Condense = value
 
value = instance.Condense
public bool Condense {get; set;}

Property Value

true if this Font is condensed; otherwise, false.
See Also

Reference

Font Structure
Font Members