Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Cell Class / ActualFontStretch Property


In This Topic
    ActualFontStretch Property (Cell)
    In This Topic
    Gets or sets the current degree to which a font is condensed or expanded.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualFontStretch As FontStretch
    'Usage
     
    Dim instance As Cell
    Dim value As FontStretch
     
    value = instance.ActualFontStretch
    public FontStretch ActualFontStretch {get;}

    Property Value

    The degree to which a font is condensed or expanded.
    See Also