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