Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / GeometryDrawing Class / IsStrokeAvailable Property


In This Topic
IsStrokeAvailable Property
In This Topic
Gets a value indicating whether this GeometryDrawing has stroke.
Syntax
'Declaration
 
Public ReadOnly Property IsStrokeAvailable As Boolean
 
'Usage
 
Dim instance As GeometryDrawing
Dim value As Boolean
 
value = instance.IsStrokeAvailable

Property Value

true if this GeometryDrawing has stroke; otherwise, false.
See Also