Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / TableStyleInfo Class / FontStretch Property


In This Topic
    FontStretch Property (TableStyleInfo)
    In This Topic
    Gets or sets the degree to which a font is condensed or expanded.
    Syntax
    'Declaration
     
    <DefaultValueAttribute(System.Windows.FontStretch, "Normal")>
    Public Property FontStretch As FontStretch
    'Usage
     
    Dim instance As TableStyleInfo
    Dim value As FontStretch
     
    instance.FontStretch = value
     
    value = instance.FontStretch
    [DefaultValue(System.Windows.FontStretch, "Normal")]
    public FontStretch FontStretch {get; set;}

    Property Value

    The degree to which a font is condensed or expanded. The default value is Normal, which means the text is not condensed or expanded.
    See Also