'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
.