'Declaration
Public ReadOnly Property IsStrokeAvailable As Boolean
'Usage
Dim instance As GeometryDrawing Dim value As Boolean value = instance.IsStrokeAvailable
public bool IsStrokeAvailable {get;}
Property Value
true
if this GeometryDrawing has stroke; otherwise, false
.