'Declaration
Public ReadOnly Property IsAlive As Boolean
'Usage
Dim instance As DrawingObject Dim value As Boolean value = instance.IsAlive
public bool IsAlive {get;}
Property Value
true
if this drawing object is available to process; otherwise, false
.