Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / ResetFontStretch Method


In This Topic
    ResetFontStretch Method (StyleInfo)
    In This Topic
    Resets the FontStretch property to its default value.
    Syntax
    'Declaration
     
    Public Overridable Sub ResetFontStretch() 
    'Usage
     
    Dim instance As StyleInfo
     
    instance.ResetFontStretch()
    public virtual void ResetFontStretch()
    See Also