Spread Windows Forms 17
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
    public bool Condense {get; set;}

    Property Value

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