Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / IsTextBlock Property


In This Topic
    IsTextBlock Property
    In This Topic
    Gets a boolean value indicating whether the geometry represents a text block.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property IsTextBlock As Boolean
    'Usage
     
    
    Dim instance As GeometryDrawing
    Dim value As Boolean
     
    value = instance.IsTextBlock
    public virtual bool IsTextBlock {get;}
    See Also