Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / GlyphRun Class / IsTab Property

In This Topic
    IsTab Property (GlyphRun)
    In This Topic
    Gets a value indicating if the glyph run represents a tabulation character.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsTab As System.Boolean
    public System.bool IsTab {get;}
    See Also