Gets a value indicating whether this
Font is condensed.
public bool Condense {get; set;}
'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
.