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


In This Topic
    ActualFontStretch Property (ChartLabelStyleInfo)
    In This Topic
    Gets the actual font stretch.
    Syntax
    'Declaration
     
    Public ReadOnly Property ActualFontStretch As FontStretch
    'Usage
     
    Dim instance As ChartLabelStyleInfo
    Dim value As FontStretch
     
    value = instance.ActualFontStretch
    public FontStretch ActualFontStretch {get;}
    See Also