Spread WinForms 15
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
See Also