Spread Windows Forms 17
GrapeCity.CalcEngine Assembly / GrapeCity.CalcEngine Namespace / SyntaxHighlightEntry Structure / SuffixWhitespace Property


In This Topic
    SuffixWhitespace Property
    In This Topic
    Gets the total number of whitespace characters after the entry.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SuffixWhitespace As Integer
    'Usage
     
    
    Dim instance As SyntaxHighlightEntry
    Dim value As Integer
     
    value = instance.SuffixWhitespace
    public int SuffixWhitespace {get;}
    See Also