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


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