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


In This Topic
    FontStretch Property (ChartLabelStyleInfo)
    In This Topic
    Gets or sets the font stretch.
    Syntax
    'Declaration
     
    Public Property FontStretch As FontStretch
    'Usage
     
    Dim instance As ChartLabelStyleInfo
    Dim value As FontStretch
     
    instance.FontStretch = value
     
    value = instance.FontStretch
    public FontStretch FontStretch {get; set;}

    Property Value

    The font stretch.
    See Also