Gets or sets a value which indicates whether the activity should free its image after being executed.
public bool DisposeImage {get; set;}
'Declaration
Public Property DisposeImage As Boolean
'Usage
Dim instance As DisposableImageActivity
Dim value As Boolean
instance.DisposeImage = value
value = instance.DisposeImage
public:
property bool DisposeImage {
bool get();
void set ( bool value);
}
Property Value
true means that the activity should free its image after being executed; false means that it should keep the image.