Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Font Structure / Condense Property


In This Topic
Condense Property (Font)
In This Topic
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

Property Value

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